Skip to content

Commit 19fd563

Browse files
authored
chore: pipeline permission
1 parent ba83a49 commit 19fd563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
id: release
102102
if: github.ref == 'refs/heads/master'
103103
run: |
104-
npx release-please release-pr --token=${{ secrets.GITHUB_TOKEN }} --repo-url=codito/arey --debug
104+
npx release-please release-pr --token=${{ secrets.GH_TOKEN }} --repo-url=codito/arey --debug
105105
outputs:
106106
build_version: ${{ steps.release.outputs.tag_name }}
107107
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)