Skip to content

chore(deps): bump grafana/shared-workflows from 75804962c1ba608148988c1e2dc35fbb0ee21746 to aac83e680848a3ab18b4bef0becabf145c936663 #2202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/acc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go-version-file: go.mod
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Get Secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@75804962c1ba608148988c1e2dc35fbb0ee21746
uses: grafana/shared-workflows/actions/get-vault-secrets@aac83e680848a3ab18b4bef0becabf145c936663
with:
repo_secrets: |
GRAFANA_AUTH=cloud-instance-tests:auth
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
go-version-file: go.mod
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Get Enterprise License
uses: grafana/shared-workflows/actions/get-vault-secrets@75804962c1ba608148988c1e2dc35fbb0ee21746
uses: grafana/shared-workflows/actions/get-vault-secrets@aac83e680848a3ab18b4bef0becabf145c936663
if: matrix.type == 'enterprise'
with:
repo_secrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-acc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version-file: go.mod
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Get Secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@75804962c1ba608148988c1e2dc35fbb0ee21746
uses: grafana/shared-workflows/actions/get-vault-secrets@aac83e680848a3ab18b4bef0becabf145c936663
with:
repo_secrets: |
GRAFANA_CLOUD_ACCESS_POLICY_TOKEN=cloud-tests:api-key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version-file: go.mod
cache: false
- name: Get secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@75804962c1ba608148988c1e2dc35fbb0ee21746
uses: grafana/shared-workflows/actions/get-vault-secrets@aac83e680848a3ab18b4bef0becabf145c936663
with:
repo_secrets: |
GPG_PRIVATE_KEY=gpg:private-key
Expand Down
Loading