Skip to content

Commit 680b06e

Browse files
committed
fix: remove github_token from publish_gem action
The action partially failed on `v1.9.1` push, with the following message: --- twirp error permission_denied: twirp error permission_denied: Account has reached its billing limit. Contact support or your organization admin to increase the quota. https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages --- We don't need to publish to GitHub Packages
1 parent db58b85 commit 680b06e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish-gem-on-tag-push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ jobs:
1818
with:
1919
# Optional, will publish to RubyGems if specified
2020
api_key: ${{secrets.RUBYGEMS_API_KEY}}
21-
# Optional, will publish to GitHub Packages if specified
22-
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)