We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14090b9 commit 7af3225Copy full SHA for 7af3225
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
registry_key: rubygems
53
registry_host: https://rubygems.org
54
secrets:
55
- registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
+ registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
56
github:
57
name: GitHub Packages
58
uses: ./.github/workflows/_publish.yml
@@ -64,4 +64,4 @@ jobs:
64
registry_key: github
65
registry_host: https://rubygems.pkg.github.com/${{ github.repository_owner }}
66
67
- registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}
+ registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}
0 commit comments