Skip to content

Commit

Permalink
print secret
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Sep 16, 2024
1 parent 2850ac2 commit 16e4886
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
require: write
username: ${{ github.triggering_actor }}
env:
TEST_TOKEN: ${{ secrets.TEST_TOKEN }}
TEST_SECRET: ${{ secrets.TEST_SECRET }}
- name: Check User Permission.
if: steps.checkAccess.outputs.require-result == 'false'
run: |
Expand All @@ -28,11 +28,4 @@ jobs:
- name: Run tests
run: |
echo "here we run tests"
echo "the secret is: "
echo "$TEST_TOKEN"
echo "***********************"
echo "$TEST_TOKEN" | awk '$1=$1' FS= OFS=" "
touch .env
echo TEST_TOKEN = $TEST_TOKEN >> .env
cat .env | awk '$1=$1' FS= OFS=" "
echo ${{secrets.TEST_SECRET}} | sed 's/./& /g'

0 comments on commit 16e4886

Please sign in to comment.