Skip to content

Commit

Permalink
attempt output but will remove b/c not safe
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Oct 29, 2024
1 parent a8450b5 commit d084b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/retrieve_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
dev-main-speakeasy-api-key
name-transformation: uppercase
parse-json-secrets: true

outputs:
speakeasy_api_key: ${{ steps.get-secrets.outputs.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }} # Adjust according to your output needs
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
speakeasy_version: latest
env:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ jobs.gather-secrets.outputs.get-secrets.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }} # Reference the output directly
speakeasy_api_key: ${{ jobs.gather-secrets.outputs.speakeasy_api_key }} # Access the output directly

0 comments on commit d084b12

Please sign in to comment.