2424 steps :
2525 - id : get-secrets
2626 if : ${{ github.event.pull_request.head.repo.fork != true }}
27- uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
27+ uses : grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
2828 with :
2929 # Secrets placed in the ci/repo/grafana/plugin-tools in vault
3030 repo_secrets : |
9191 steps :
9292 - id : get-secrets
9393 if : ${{ github.event.pull_request.head.repo.fork != true }}
94- uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
94+ uses : grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
9595 with :
9696 # Secrets placed in the ci/repo/grafana/plugin-tools in vault
9797 repo_secrets : |
@@ -283,7 +283,7 @@ jobs:
283283 steps :
284284 - id : get-secrets
285285 if : ${{ github.event.pull_request.head.repo.fork != true }}
286- uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
286+ uses : grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
287287 with :
288288 # Secrets placed in the ci/repo/grafana/plugin-tools in vault
289289 repo_secrets : |
@@ -292,7 +292,7 @@ jobs:
292292
293293 - name : Get secrets for DockerHub login
294294 if : ${{ github.event.pull_request.head.repo.fork != true }}
295- uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
295+ uses : grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
296296 with :
297297 common_secrets : |
298298 DOCKERHUB_USERNAME=dockerhub:username
@@ -532,7 +532,7 @@ jobs:
532532 id-token : write
533533 steps :
534534 - id : get-secrets
535- uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
535+ uses : grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
536536 with :
537537 # Secrets placed in the ci/repo/grafana/plugin-tools in vault
538538 repo_secrets : |
0 commit comments