Skip to content

Commit 52a9c64

Browse files
authored
chore: Explicitly provide access to GEM_HOST_API_KEY (#49)
1 parent 455445c commit 52a9c64

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/manual-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
uses: ./.github/actions/publish
3535
with:
3636
dry_run: ${{ inputs.dry_run }}
37+
env:
38+
GEM_HOST_API_KEY: ${{ env.GEM_HOST_API_KEY }}

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
if: ${{ steps.release.outputs.releases_created == 'true' }}
3838
with:
3939
dry_run: false
40+
env:
41+
GEM_HOST_API_KEY: ${{ env.GEM_HOST_API_KEY }}

0 commit comments

Comments
 (0)