Skip to content

Commit 9c0bee2

Browse files
authored
Merge pull request #1775 from counterfact/fix-create-issues-workflow
allow create issues workflow to push to main
2 parents d8c7cc4 + 9544ec9 commit 9c0bee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Process issue proposals
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
2929
GITHUB_REPOSITORY: ${{ github.repository }}
3030
GITHUB_SHA: ${{ github.sha }}
3131
run: python3 .github/scripts/create_issues.py

0 commit comments

Comments
 (0)