We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14006ef + ab40e56 commit 560d6fcCopy full SHA for 560d6fc
.github/workflows/publish-gem.yml
@@ -18,5 +18,7 @@ jobs:
18
run: |
19
gem build github-pages.gemspec
20
- name: Publish gem
21
+ env:
22
+ GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
23
- gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
24
+ gem push github-pages-*.gem
0 commit comments