Skip to content

Commit ab92f25

Browse files
chore(deps): update grafana/shared-workflows/get-vault-secrets action to v1.3.0 (#2224)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
1 parent a5c84d8 commit ab92f25

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2323
steps:
2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
2626
with:
2727
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2828
repo_secrets: |
@@ -88,7 +88,7 @@ jobs:
8888
WORKING_DIR: 'myorg-nobackend-panel'
8989
steps:
9090
- id: get-secrets
91-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
91+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
9292
with:
9393
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
9494
repo_secrets: |
@@ -273,15 +273,15 @@ jobs:
273273
hasBackend: false
274274
steps:
275275
- id: get-secrets
276-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
276+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
277277
with:
278278
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
279279
repo_secrets: |
280280
GRAFANA_ACCESS_POLICY_TOKEN=gcom_access_policy_token:gcom_access_policy_token
281281
export_env: false
282282

283283
- name: Get secrets for DockerHub login
284-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
284+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
285285
with:
286286
common_secrets: |
287287
DOCKERHUB_USERNAME=dockerhub:username
@@ -494,7 +494,7 @@ jobs:
494494
id-token: write
495495
steps:
496496
- id: get-secrets
497-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
497+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
498498
with:
499499
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
500500
repo_secrets: |

.github/workflows/deploy-to-developer-portal-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2323
steps:
2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
2626
with:
2727
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2828
repo_secrets: |

.github/workflows/deploy-to-developer-portal-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2424
steps:
2525
- id: get-secrets
26-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
26+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
2727
with:
2828
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2929
repo_secrets: |

.github/workflows/lapo-create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-x64
2121
steps:
2222
- id: get-secrets
23-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
23+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
2424
with:
2525
# Secrets placed in the ci/repo/grafana/plugin-tools
2626
repo_secrets: |

.github/workflows/lapo-generate-embeddings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- id: get-secrets
19-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
19+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
2020
with:
2121
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2222
repo_secrets: |

0 commit comments

Comments
 (0)