Skip to content

Commit 01adf01

Browse files
authored
Update update-roadmap-project-dates.yml
1 parent 15cd6de commit 01adf01

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
@@ -35,8 +35,8 @@ jobs:
3535

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

0 commit comments

Comments
 (0)