Skip to content

Commit 4564c10

Browse files
authored
Update GitHub token for project automation
1 parent e802bf3 commit 4564c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/v3-label-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
uses: actions/add-to-project@v1.0.2
2323
with:
2424
project-url: https://github.com/orgs/gofiber/projects/1
25-
github-token: ${{ secrets.GITHUB_TOKEN }}
25+
github-token: ${{ secrets.MILESTONE_PROJECT_TOKEN }}
2626
- name: Assign v3 milestone
2727
uses: actions/github-script@v8
2828
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
29+
github-token: ${{ secrets.MILESTONE_PROJECT_TOKEN }}
3030
script: |
3131
const payload = context.eventName === 'issues' ? context.payload.issue : context.payload.pull_request;
3232
const issueNumber = payload.number;

0 commit comments

Comments
 (0)