From 457a59d8c0caac5bc3e2c81d90871980cb6e2a8a Mon Sep 17 00:00:00 2001 From: Harold Karibiye Date: Fri, 30 Aug 2024 10:44:26 +0100 Subject: [PATCH] add github token to env variables --- .github/workflows/send_alert_to_teams.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/send_alert_to_teams.yml b/.github/workflows/send_alert_to_teams.yml index 73ff6aafd..777f06afb 100644 --- a/.github/workflows/send_alert_to_teams.yml +++ b/.github/workflows/send_alert_to_teams.yml @@ -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 }}