Skip to content

Commit 6b98e31

Browse files
committed
pat
1 parent 9e327f2 commit 6b98e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Run database generation script
3737
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
3840

3941
- name: Get current date for release name
4042
id: get_date

0 commit comments

Comments
 (0)