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 Dec 28, 2022
1 parent 7e37201 commit 7a8681e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ npmrc
nums
pathe
pkgs
pnpm
posix
preid
seglen
Expand Down
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 7a8681e

Please sign in to comment.