Skip to content

Commit f1fe350

Browse files
authored
ci: use different github token for release (#10)
1 parent 7db9972 commit f1fe350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
BUNDLE_APP_CONFIG: .bundle
8989
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
9191
steps:
9292
- uses: actions/checkout@v4
9393
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)