diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6538a39f..573132b8ab 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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -283,7 +283,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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -292,7 +292,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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username @@ -532,7 +532,7 @@ jobs: id-token: write 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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | diff --git a/.github/workflows/deploy-to-developer-portal-dev.yml b/.github/workflows/deploy-to-developer-portal-dev.yml index 73612dd1e4..c97d34aa95 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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 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 ac03e05d84..e1be36333a 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@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: |