Skip to content

Commit 15cd6de

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-roadmap-project-dates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Install Octokit
2929
run: npm install @octokit/rest
3030

31+
- name: Debug Token
32+
run: echo "Token is set"
33+
env:
34+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
35+
3136
- name: Update Project Board Dates
3237
uses: actions/github-script@v6
3338
with:

0 commit comments

Comments
 (0)