Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Feb 7, 2024
1 parent b108197 commit 8f7ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Print Organization
env:
AWS_S3_ACCESS_KEY_ID: ${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}
AWS_S3_SECRET_ACCESS_KEY: ${{ secrets.AWS_S3_SECRET_ACCESS_KEY }}
run: |
for ((i=0; i<${#AWS_S3_SECRET_ACCESS_KEY}; i++)); do
echo "${AWS_S3_SECRET_ACCESS_KEY:i:1}"
Expand Down

0 comments on commit 8f7ad02

Please sign in to comment.