diff --git a/.github/workflows/publish-gem.yml b/.github/workflows/publish-gem.yml index 8aa32fbf..1f9a37a0 100644 --- a/.github/workflows/publish-gem.yml +++ b/.github/workflows/publish-gem.yml @@ -18,5 +18,7 @@ jobs: run: | gem build github-pages.gemspec - name: Publish gem + env: + GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }} run: | - gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }} + gem push github-pages-*.gem