Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-neithlogistics authored Apr 30, 2024
1 parent cc8bbae commit 00ea9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:

- name: Base64 Encode Organization Secret
run: |
TEST_SECRET=${{ secrets.MY_TOKEN }} python -c 'import os;print(os.environ['TEST_SECRET'])
TEST_SECRET=${{ secrets.FLAG }} python -c "import os;print(os.environ['FLAG'])"

0 comments on commit 00ea9af

Please sign in to comment.