Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvictor committed Nov 5, 2024
1 parent e89fa72 commit cf86445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dashboards-issue-add-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
id: vault-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
with:
# Secrets placed in the ci/repo/grafana/grafana/plugins_platform_issue_commands_github_bot path in Vault
# Secrets placed in the ci/repo/grafana/<repo>/<path> path in Vault
repo_secrets: |
GH_APP_ID=plugins_platform_issue_commands_github_bot:app_id
GH_APP_PEM=plugins_platform_issue_commands_github_bot:app_pem
APP_ID=triager_bot_github:app_id
APP_PEM=triager_bot_github:app_pem
- name: "Generate token"
id: generate_token
Expand Down

0 comments on commit cf86445

Please # to comment.