Skip to content

Commit 809f330

Browse files
committed
chore: Explicitly provide access to GEM_HOST_API_KEY
1 parent 455445c commit 809f330

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/manual-publish.yml

+2
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

+2
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)