Skip to content

Commit 8a2634b

Browse files
committed
Use default token for v3 automation
1 parent 79f2d47 commit 8a2634b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Add item to v3 project
2323
uses: actions/add-to-project@v0.5.0
2424
with:
25-
project-url: ${{ vars.V3_PROJECT_URL }}
26-
github-token: ${{ secrets.PROJECT_V3_TOKEN }}
25+
project-url: https://github.com/orgs/gofiber/projects/1
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Assign v3 milestone
2828
uses: actions/github-script@v7
2929
with:
30-
github-token: ${{ secrets.PROJECT_V3_TOKEN }}
30+
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |
3232
const core = require('@actions/core');
3333
const payload = context.eventName === 'issues' ? context.payload.issue : context.payload.pull_request;

0 commit comments

Comments
 (0)