There was an error while loading. Please reload this page.
1 parent 07f51da commit 9bcbddeCopy full SHA for 9bcbdde
1 file changed
.github/workflows/release.yml
@@ -32,12 +32,9 @@ jobs:
32
steps:
33
- uses: actions/checkout@v6
34
with:
35
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
36
- uses: oven-sh/setup-bun@v2
37
- uses: aboutbits/github-actions-base/git-setup@v2
38
- with:
39
- user-name: github-actions[bot]
40
- user-email: github-actions[bot]@users.noreply.github.com
41
- name: Bump version in package.json
42
id: version
43
run: |
0 commit comments