Skip to content

Commit

Permalink
refactor: remove separate retrieve secrets job
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmrebughini committed Oct 29, 2024
1 parent 8fc92ad commit 8228361
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@ jobs:
needs: gather-secrets
runs-on: ubuntu-latest
steps:
- name: Get secrets
uses: ./.github/workflows/secrets_retrieval.yaml
- name: Authenticate with AWS
uses: goshippo/shippo-action-workflows/.github/actions/[email protected]
with:
environment: dev-main
environment: ${{ inputs.environment }}
oidc-name: shippo-php-sdk-pipeline
login-to-ecr: false
- name: Get Speakeasy Secrets Manager
id: get-secrets
uses: aws-actions/aws-secretsmanager-get-secrets@v2
with:
secret-ids: |
,dev-main-speakeasy-api-key
name-transformation: uppercase
parse-json-secrets: true
- name: Generate SDK
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
Expand Down

0 comments on commit 8228361

Please sign in to comment.