Skip to content

Commit 7c64904

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: '16'
26+
node-version: '18.x'
2727

2828
- name: Install Octokit
2929
run: npm install @octokit/rest
3030

3131
- name: Update Project Board Dates
3232
uses: actions/github-script@v6
3333
with:
34-
github-token: ${{ secrets.PROJECT_TOKEN }}
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
script: |
3636
const { Octokit } = require('@octokit/rest');
3737
const octokit = new Octokit({ auth:process.env.GITHUB_TOKEN });

0 commit comments

Comments
 (0)