We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05c67b0 + 5b797a5 commit 01195cdCopy full SHA for 01195cd
.github/workflows/reusable-team-project.yml
@@ -8,7 +8,7 @@ on:
8
type: string
9
env:
10
ITEM_NODE_ID: ${{ github.event.issue.node_id || github.event.pull_request.node_id }}
11
- GH_TOKEN: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PROJECT_SCOPED_TOKEN }}
12
jobs:
13
add-to-project:
14
name: "Add Item to Project and Optionally Set Status"
0 commit comments