Skip to content

Commit

Permalink
check.yml: Miss github token
Browse files Browse the repository at this point in the history
  • Loading branch information
ramabondanp committed Aug 22, 2024
1 parent b48cbd3 commit 5822602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
bot_token: ${{ secrets.BOT_TOKEN }}
chat_id: ${{ secrets.CHAT_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for file in configs/config-*.yml; do python probe2.py -c $file && echo "//"; done
Expand Down

0 comments on commit 5822602

Please sign in to comment.