Skip to content

Commit a40555c

Browse files
authored
Update update-roadmap-project-dates.yml
1 parent 7c64904 commit a40555c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-roadmap-project-dates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Update Project Board Dates
3232
uses: actions/github-script@v6
3333
with:
34-
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
github-token: ${{ secrets.PROJECT_TOKEN }}
3535
script: |
3636
const { Octokit } = require('@octokit/rest');
3737
const octokit = new Octokit({ auth:process.env.GITHUB_TOKEN });

0 commit comments

Comments
 (0)