Skip to content

Commit

Permalink
Chore: Update ci token path (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
evictorero committed Sep 13, 2024
1 parent cd609d6 commit db96e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ name: gcr
---
get:
name: github_token
path: infra/data/ci/drone-plugins
path: ci/data/repo/grafana/grafana-image-renderer/github_actions
kind: secret
name: github_token
---
Expand Down
2 changes: 1 addition & 1 deletion scripts/drone/vault.star
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def vault_secret(name, path, key):
def secrets():
return [
vault_secret(gcr_pull_secret, 'secret/data/common/gcr', '.dockerconfigjson'),
vault_secret('github_token', 'infra/data/ci/drone-plugins', 'github_token'),
vault_secret('github_token', 'ci/data/repo/grafana/grafana-image-renderer/github_actions', 'github_token')
vault_secret('gcom_publish_token', 'infra/data/ci/drone-plugins', 'gcom_publish_token'),
vault_secret('grafana_api_key', 'infra/data/ci/drone-plugins', 'grafana_api_key'),
vault_secret('srcclr_api_token', 'infra/data/ci/drone-plugins', 'srcclr_api_token'),
Expand Down

0 comments on commit db96e69

Please sign in to comment.