We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f2d47 commit 8a2634bCopy full SHA for 8a2634b
1 file changed
.github/workflows/v3-label-automation.yml
@@ -22,12 +22,12 @@ jobs:
22
- name: Add item to v3 project
23
uses: actions/add-to-project@v0.5.0
24
with:
25
- project-url: ${{ vars.V3_PROJECT_URL }}
26
- github-token: ${{ secrets.PROJECT_V3_TOKEN }}
+ project-url: https://github.com/orgs/gofiber/projects/1
+ github-token: ${{ secrets.GITHUB_TOKEN }}
27
- name: Assign v3 milestone
28
uses: actions/github-script@v7
29
30
31
script: |
32
const core = require('@actions/core');
33
const payload = context.eventName === 'issues' ? context.payload.issue : context.payload.pull_request;
0 commit comments