diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index f09edfd..1eb3cda 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -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