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 9dffaf5 commit bb7aa5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
retrieve-secrets:
runs-on: ubuntu-latest
outputs:
speakeasy_api_key: ${{ steps.get-secrets.outputs.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
speakeasy_api_key: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
steps:
- name: Authenticate with AWS
uses: goshippo/shippo-action-workflows/.github/actions/[email protected]
Expand All @@ -38,6 +38,12 @@ jobs:
name-transformation: uppercase
parse-json-secrets: true

- name: Testing
run: |
echo ${{ steps.get-secrets.outputs.dev-main-speakeasy-api-key }}"
echo ${{ steps.get-secrets.outputs.dev-main-speakeasy-api-key-php-api-key }}"
echo ${{ steps.get-secrets.outputs.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
echo ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
speakeasy-generate:
needs: retrieve-secrets
Expand Down

0 comments on commit bb7aa5f

Please sign in to comment.