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 5bf61fb commit eb79111
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ on:
jobs:
retrieve-secrets:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: php-sdk-check
steps:
- name: Authenticate with AWS
uses: goshippo/shippo-action-workflows/.github/actions/[email protected]
Expand All @@ -37,6 +34,8 @@ jobs:
dev-main-speakeasy-api-key
name-transformation: uppercase
parse-json-secrets: true
env:
SPEAKEASY_API_KEY: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}

speakeasy-generate:
needs: retrieve-secrets
Expand All @@ -47,4 +46,4 @@ jobs:
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
speakeasy_api_key: ${{ env.SPEAKEASY_API_KEY }}

0 comments on commit eb79111

Please sign in to comment.