Skip to content

Commit

Permalink
Feat: GITHUB_TOKEN is built in, removed DTG specific one
Browse files Browse the repository at this point in the history
  • Loading branch information
optimizasean committed Nov 27, 2023
1 parent 926938b commit e8d54d0
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 @@ -34,7 +34,7 @@ jobs:
gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env:
GEM_HOST_API_KEY: "Bearer ${{secrets.DTG_GITHUB_TOKEN}}"
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
OWNER: ${{ github.repository_owner }}

- name: Publish to RubyGems
Expand Down

0 comments on commit e8d54d0

Please sign in to comment.