Skip to content

Commit

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

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

0 comments on commit cc8bbae

Please sign in to comment.