From 853058b2c83f2991e675486b8064aa552f938472 Mon Sep 17 00:00:00 2001 From: Cristiano Sticca <148890858+cristianosticca-pagopa@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:15:24 +0200 Subject: [PATCH] Update Daily GitHub Issues Report --- .github/workflows/Daily GitHub Issues Report | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Daily GitHub Issues Report b/.github/workflows/Daily GitHub Issues Report index 2d2307a..553d2ca 100644 --- a/.github/workflows/Daily GitHub Issues Report +++ b/.github/workflows/Daily GitHub Issues Report @@ -25,7 +25,7 @@ jobs: - name: Generate and send report env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_ISSUES_DAILY_REPORT }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ISSUES_DAILY_REPORT }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} run: | import requests @@ -33,7 +33,7 @@ jobs: from datetime import datetime GITHUB_API_URL = 'https://api.github.com/repos/pagopa/pagopa-api/issues' - GITHUB_TOKEN = '${{ secrets.GITHUB_TOKEN_ISSUES_DAILY_REPORT }}' + GITHUB_TOKEN = '${{ secrets.GH_TOKEN_ISSUES_DAILY_REPORT }}' SLACK_WEBHOOK_URL = '${{ secrets.SLACK_WEBHOOK_URL }}' def get_github_issues():