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 cab9f44 commit 155b829Copy full SHA for 155b829
.github/workflows/issue-sync.yml
@@ -10,9 +10,6 @@ jobs:
10
sync-issue:
11
name: Sync Issue with Project Board
12
runs-on: ubuntu-latest
13
- permissions:
14
- issues: read
15
- repository-projects: write
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -62,7 +59,7 @@ jobs:
62
59
63
60
- name: Run issue-sync
64
61
env:
65
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PROJECT_SYNC_GITHUB_TOKEN }}
66
ISSUE_NUMBER: ${{ github.event.issue.number }}
67
REPOSITORY: ${{ github.repository }}
68
PROJECT_NUMBER: ${{ vars.PROJECT_NUMBER || 302 }}
0 commit comments