Skip to content

Commit

Permalink
use built-in token attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
MihajloNesic committed Oct 22, 2021
1 parent 67497cb commit eede1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env:
GEM_HOST_API_KEY: "Bearer ${{secrets.GH_TOKEN}}"
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
OWNER: ${{ github.repository_owner }}

- name: Publish to RubyGems
Expand Down

0 comments on commit eede1d9

Please sign in to comment.