File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 echo "environment: $ENVIRONMENT"
4242
4343 - name : Get signing token from Vault
44- uses : grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
44+ uses : grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
4545 with :
4646 common_secrets : |
4747 GRAFANA_ACCESS_POLICY_TOKEN=plugins/sign-plugin-access-policy-token:token
Original file line number Diff line number Diff line change 6767 persist-credentials : false
6868
6969 - name : Get prod catalog token from Vault
70- uses : grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
70+ uses : grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
7171 with :
7272 common_secrets : |
7373 GCOM_PUBLISH_TOKEN_PROD=plugins/gcom-publish-token:prod
@@ -115,7 +115,7 @@ jobs:
115115 persist-credentials : false
116116
117117 - name : Get dev catalog token from Vault
118- uses : grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
118+ uses : grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
119119 with :
120120 common_secrets : |
121121 GCOM_PUBLISH_TOKEN_DEV=plugins/gcom-publish-token:dev
@@ -163,7 +163,7 @@ jobs:
163163 persist-credentials : false
164164
165165 - name : Get ops catalog token from Vault
166- uses : grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
166+ uses : grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
167167 with :
168168 common_secrets : |
169169 GCOM_PUBLISH_TOKEN_OPS=plugins/gcom-publish-token:ops
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Get Vault secrets
31- uses : grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
31+ uses : grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
3232 with :
3333 common_secrets : |
3434 GITHUB_APP_ID=updater-app:app-id
4242 persist-credentials : false
4343
4444 - name : Authenticate with GCS
45- uses : grafana/shared-workflows/actions/login-to-gcs@fdb6afaadd82c078cd2b29a3476b4c1365244cea
45+ uses : grafana/shared-workflows/actions/login-to-gcs@828a377eed7ee1bc58ab4c0242440368812bdc02
4646
4747 # Configure the GCloud SDK using authentication from the previous step,
4848 # enabling the next step to execute authenticated GCloud commands.
You can’t perform that action at this time.
0 commit comments