Use ${{ github.repository_owner }} as OWNER
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ jobs:
|
||||
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
|
||||
env:
|
||||
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
|
||||
OWNER: username
|
||||
OWNER: ${{ github.repository_owner }}
|
||||
|
||||
- name: Publish to RubyGems
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user