Skip to content

Commit

Permalink
Update Daily GitHub Issues Report
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianosticca-pagopa authored Jun 13, 2024
1 parent 62f59e4 commit 853058b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Daily GitHub Issues Report
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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
import json
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():
Expand Down

0 comments on commit 853058b

Please sign in to comment.