Skip to content

Commit 482d39a

Browse files
chore(deps): update google-github-actions/get-secretmanager-secrets action to v2.1.3 (#5510)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/get-secretmanager-secrets](https://togithub.com/google-github-actions/get-secretmanager-secrets) | action | patch | `v2.1.2` -> `v2.1.3` | --- ### Release Notes <details> <summary>google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)</summary> ### [`v2.1.3`](https://togithub.com/google-github-actions/get-secretmanager-secrets/releases/tag/v2.1.3) [Compare Source](https://togithub.com/google-github-actions/get-secretmanager-secrets/compare/v2.1.2...v2.1.3) ##### What's Changed - Update deps and switch to autogen docs by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/292](https://togithub.com/google-github-actions/get-secretmanager-secrets/pull/292) - Add encoding option by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/294](https://togithub.com/google-github-actions/get-secretmanager-secrets/pull/294) - Release: v2.1.3 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/295](https://togithub.com/google-github-actions/get-secretmanager-secrets/pull/295) **Full Changelog**: google-github-actions/get-secretmanager-secrets@v2.1.2...v2.1.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 608ca47 commit 482d39a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/automerge-crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
2121
- name: Google Secrets
2222
id: google-secrets
23-
uses: google-github-actions/[email protected].2
23+
uses: google-github-actions/[email protected].3
2424
with:
2525
secrets: |-
2626
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN

.github/workflows/automerge-translation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
2020
- name: Google Secrets
2121
id: google-secrets
22-
uses: google-github-actions/[email protected].2
22+
uses: google-github-actions/[email protected].3
2323
with:
2424
secrets: |-
2525
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN

.github/workflows/bump-app-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
2323
- name: Google Secrets
2424
id: google-secrets
25-
uses: google-github-actions/[email protected].2
25+
uses: google-github-actions/[email protected].3
2626
with:
2727
secrets: |-
2828
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY

.github/workflows/e2e-ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Google Secrets
2525
if: ${{ env.SECRETS_AVAILABLE }}
2626
id: google-secrets
27-
uses: google-github-actions/[email protected].2
27+
uses: google-github-actions/[email protected].3
2828
with:
2929
secrets: |-
3030
EMERGE_API_TOKEN:projects/1027349420744/secrets/EMERGE_API_TOKEN

.github/workflows/update-licenses-disclaimer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
2323
- name: Google Secrets
2424
id: google-secrets
25-
uses: google-github-actions/[email protected].2
25+
uses: google-github-actions/[email protected].3
2626
with:
2727
secrets: |-
2828
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY

0 commit comments

Comments
 (0)