Skip to content

Commit 5b797a5

Browse files
committed
Move reusable-team-project to Project scoped token
1 parent 05c67b0 commit 5b797a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-team-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
env:
1010
ITEM_NODE_ID: ${{ github.event.issue.node_id || github.event.pull_request.node_id }}
11-
GH_TOKEN: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}
11+
GH_TOKEN: ${{ secrets.PROJECT_SCOPED_TOKEN }}
1212
jobs:
1313
add-to-project:
1414
name: "Add Item to Project and Optionally Set Status"

0 commit comments

Comments
 (0)