Skip to content

Commit 01195cd

Browse files
authoredJun 23, 2023
Merge pull request #32197 from hashicorp/a-update-project-token
Move `reusable-team-project` to Project scoped token
2 parents 05c67b0 + 5b797a5 commit 01195cd

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)