Skip to content

Commit

Permalink
add github token to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
algo-1 committed Aug 30, 2024
1 parent 2e6de51 commit 457a59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/send_alert_to_teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
milliseconds: 1
teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
token: ${{ secrets.LIST_ALERTS_PAT }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 457a59d

Please sign in to comment.