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 Jan 8, 2023
1 parent 88db5ff commit fdfe418
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 @@ -25,6 +25,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 fdfe418

Please sign in to comment.