Skip to content

Commit b7dfc19

Browse files
committed
fix: Move env var in GH action
1 parent 2f6ec60 commit b7dfc19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sdk_publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ permissions:
1212
paths:
1313
- .speakeasy/gen.lock
1414
workflow_dispatch: {}
15-
env:
16-
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
1715
jobs:
1816
publish:
1917
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
@@ -26,7 +24,8 @@ jobs:
2624
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
2725
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
2826
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
29-
27+
env:
28+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3029

3130
notify:
3231
needs: publish

0 commit comments

Comments
 (0)