Skip to content

Commit 8e697f1

Browse files
authored
Merge pull request #6 from leecalcote/leecalcote-patch-2
Change token to use GH_ACCESS_TOKEN
2 parents 0842695 + 1c17983 commit 8e697f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
commit_user_name: leecalcote
8181
commit_user_email: lee@toones.io
8282
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
83-
token: ${{ secrets.GITHUB_TOKEN }}
83+
token: ${{ secrets.GH_ACCESS_TOKEN }}
8484

8585

8686

0 commit comments

Comments
 (0)