Skip to content

Commit

Permalink
fix : secret variable expression
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed May 4, 2024
1 parent 52ccf1f commit 4eb8896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_challenge_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
python-version: "3.10"
cache: 'pip'
- run: pip install requests
- run: python3 ./scripts/create_challenge_issue.py ${{GH_TOKEN}} wwan13 algorithm
- run: python3 ./scripts/create_challenge_issue.py ${{ secrets.GH_TOKEN }} wwan13 algorithm

0 comments on commit 4eb8896

Please sign in to comment.