Skip to content

Commit f31cffc

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

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

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

0 commit comments

Comments
 (0)