We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e327f2 commit 6b98e31Copy full SHA for 6b98e31
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Run database generation script
37
run: python scripts/download_issues.py # Execute your local script
38
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.PAT }} # Pass PAT as GITHUB_TOKEN to the script
40
41
- name: Get current date for release name
42
id: get_date
0 commit comments