Skip to content

Commit 004c34c

Browse files
authored
Update update-roadmap-project-dates.yml
1 parent cdb8f06 commit 004c34c

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run GitHub Script
1717
uses: actions/github-script@v7
1818
with:
19-
github-token: ${{ secrets.PROJECT_TOKEN }} # replace with your token secret name
19+
github-token: ${{ secrets.GITHUB_TOKEN }} # replace with your token secret name
2020
script: |
2121
const projectId = "PVT_kwDOBVR2-M4A2QVf"; // Replace with your actual project node ID
2222
const fieldStartId = "PVTF_lADOBVR2-M4A2QVfzgrvSF4"; // Replace with Start Date field node ID

0 commit comments

Comments
 (0)