Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Updated secret name to conform to Github standard
  • Loading branch information
justinkoke authored Nov 15, 2021
1 parent e2d9f52 commit c092783
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 @@ -28,7 +28,7 @@ jobs:
gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env:
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
GEM_HOST_API_KEY: "Bearer ${{secrets.RUBY_GEM_GITHUB_REPO_SECRET}}"
OWNER: ${{ github.repository_owner }}

- name: Publish to RubyGems
Expand Down

0 comments on commit c092783

Please sign in to comment.