Skip to content

Commit

Permalink
ci(workflows): [add-to-project] add items from repo admin account
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Mar 3, 2023
1 parent 2630af9 commit 3e1eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
name: Add ${{ format('#{0}', github.event.number || github.event.issue.number) }} to project
uses: actions/[email protected]
with:
github-token: ${{ secrets.PAT_BOT }}
github-token: ${{ secrets.PAT_REPO }}
project-url: |
${{ format('{0}/orgs/{1}/projects/{2}', github.server_url, github.repository_owner, secrets.GH_PROJECT_ID) }}

0 comments on commit 3e1eee8

Please sign in to comment.