Skip to content

Commit

Permalink
Update sdk_generation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 authored Oct 30, 2024
1 parent a0dbf2c commit 5832195
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
name-transformation: uppercase
parse-json-secrets: true

- id: Set env variable
run: |
echo "${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}" >> "$GITHUB_OUTPUT"
test:
runs-on: ubuntu-latest
needs: retrieve-secrets
steps:
- run: |
echo "${{ needs.retrieve-secrets.outputs.speakeasy_api_key }}"
speakeasy-generate:
needs: retrieve-secrets
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
Expand Down

0 comments on commit 5832195

Please sign in to comment.