Skip to content

Commit 0d3032d

Browse files
committed
Revert "fix: Move env var in GH action"
This reverts commit b7dfc19.
1 parent b7dfc19 commit 0d3032d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sdk_publish.yaml

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

3031
notify:
3132
needs: publish

0 commit comments

Comments
 (0)