diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9c7655507..a7ef0349f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -91,7 +91,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -285,7 +285,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -294,7 +294,7 @@ jobs: - name: Get secrets for DockerHub login if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username diff --git a/.github/workflows/deploy-to-developer-portal-dev.yml b/.github/workflows/deploy-to-developer-portal-dev.yml index 063d689eac..bd9a5cab49 100644 --- a/.github/workflows/deploy-to-developer-portal-dev.yml +++ b/.github/workflows/deploy-to-developer-portal-dev.yml @@ -21,7 +21,7 @@ jobs: NX_BRANCH: ${{ github.event.number || github.ref_name }} steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | diff --git a/.github/workflows/deploy-to-developer-portal-prod.yml b/.github/workflows/deploy-to-developer-portal-prod.yml index 94442d61f1..94807063a4 100644 --- a/.github/workflows/deploy-to-developer-portal-prod.yml +++ b/.github/workflows/deploy-to-developer-portal-prod.yml @@ -22,7 +22,7 @@ jobs: NX_BRANCH: ${{ github.event.number || github.ref_name }} steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@2e3743a1f8abfd3e921e53a7726ec0744c11bb01 # get-vault-secrets/v2.0.1 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: |