Skip to content

Commit 11b0379

Browse files
Bump google-github-actions/get-secretmanager-secrets to v2 (#321)
1 parent 7c80875 commit 11b0379

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/beige-monkeys-type.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'davinci-github-actions': minor
3+
---
4+
5+
- bump google-github-actions/get-secretmanager-secrets to @v2

gsm-secrets/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828

2929
- name: Get the secrets from GSM
3030
id: get-secrets
31-
uses: google-github-actions/get-secretmanager-secrets@v1
31+
uses: google-github-actions/get-secretmanager-secrets@v2
3232
with:
3333
secrets: ${{ inputs.secrets_name }}
3434

0 commit comments

Comments
 (0)