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 a14d1f6 commit 7c64904Copy full SHA for 7c64904
.github/workflows/update-roadmap-project-dates.yml
@@ -23,15 +23,15 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v3
25
with:
26
- node-version: '16'
+ node-version: '18.x'
27
28
- name: Install Octokit
29
run: npm install @octokit/rest
30
31
- name: Update Project Board Dates
32
uses: actions/github-script@v6
33
34
- github-token: ${{ secrets.PROJECT_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
35
script: |
36
const { Octokit } = require('@octokit/rest');
37
const octokit = new Octokit({ auth:process.env.GITHUB_TOKEN });
0 commit comments