Skip to content

Commit

Permalink
Try to use old secrets path
Browse files Browse the repository at this point in the history
  • Loading branch information
spinillos committed Aug 2, 2024
1 parent 0979808 commit 6ef6d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Load secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
with:
repo_secrets: |
SRCCLR_API_TOKEN=grafana-image-renderer:srcclr_api_token
common_secrets: |
SRCCLR_API_TOKEN=infra/data/ci/drone-plugins:srcclr_api_token
- name: grabpl
run: |
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:

- name: Load secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
with:
repo_secrets: |
GRAFANA_API_KEY=grafana-image-renderer:grafana_api_key
with:
common_secrets: |
GRAFANA_API_KEY=infra/data/ci/drone-plugins:grafana_api_key
- name: package-${{ matrix.packaging }}
run: . |
Expand Down

0 comments on commit 6ef6d7f

Please sign in to comment.