Skip to content

Commit

Permalink
ci: use different github token for release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
arutkowski00 authored Nov 20, 2024
1 parent 7db9972 commit f1fe350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
env:
BUNDLE_APP_CONFIG: .bundle
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit f1fe350

Please sign in to comment.