Skip to content

Commit 767b25f

Browse files
committed
Restore current workflow
1 parent bc4c9b9 commit 767b25f

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
@@ -36,10 +36,10 @@ jobs:
3636
- name: Update Project Board Dates
3737
uses: actions/github-script@v6
3838
with:
39-
github-token: ${{ secrets.PROJECT_TOKEN }}
39+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
4040
script: |
4141
const { Octokit } = require('@octokit/rest');
42-
const octokit = new Octokit({ auth: github.token });
42+
const octokit = new Octokit({ auth:process.env.GITHUB_TOKEN });
4343
4444
const projectNumber = 4; // Your project number
4545
const orgName = 'ArmDeveloperEcosystem';

0 commit comments

Comments
 (0)