Skip to content

Commit

Permalink
ci: fix github-watcher action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Apr 10, 2024
1 parent 9114307 commit 02b5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
config_path: .github/github-watcher-config.yaml
env_variables: |
GITHUB_TOKEN=${{ secrets.PERSONAL_GITHUB_TOKEN }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
TELEGRAM_TOKEN=${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_CHAT_ID=${{ secrets.TELEGRAM_CHAT_ID }}

0 comments on commit 02b5e52

Please sign in to comment.