Skip to content

Commit

Permalink
use secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Sep 17, 2024
1 parent 1c85827 commit e9df7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: steps.checkAccess.outputs.require-result == 'false'
run: |
echo "*************************"
echo "secret is:::: ${TEST_SECRET}"
echo "secret is:::: ${secrets.TEST_SECRET }"
echo "not secret is:::: ${NOT_SECRET}"
echo "*************************"
echo "${{ github.triggering_actor }} does not have permissions on this repo."
Expand Down

0 comments on commit e9df7b2

Please sign in to comment.