Skip to content

Commit

Permalink
add secret direct
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jun 25, 2024
1 parent a1efd5a commit ee23c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- shell: bash
run: |
set -x
echo "secrets.token ${{ secrets.token }}"
echo "env.secret: ${{ env.secret }}"
echo "contains(env, 'secret'): ${{ contains(env, 'secret') }}"
echo "env.github_secret: ${{ env.github_secret }}"
Expand Down

0 comments on commit ee23c79

Please sign in to comment.