Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/gcp-secret-get/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ runs:
- name: Fetch secret from Secret Manager
uses: google-github-actions/get-secretmanager-secrets@v3
with:
export_to_environment: true # default is false — without this, $SECRET_JSON is empty in the next step
secrets: |-
SECRET_JSON:${{ inputs.gcp-project-id }}/${{ inputs.gcp-secret-name }}

Expand Down
Loading