Commit f602bd9b by Cuong Tran

fixup! Add GitHub Actions badge for CI workflow (#661)

parent f82a7853
...@@ -32,5 +32,5 @@ jobs: ...@@ -32,5 +32,5 @@ jobs:
gem build *.gemspec gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env: env:
GEM_HOST_API_KEY: ${{secrets.GPR_AUTH_TOKEN}} GEM_HOST_API_KEY: ${{ secrets.GPR_AUTH_TOKEN }}
OWNER: ctran OWNER: ctran
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment