diff --git a/.github/workflows/check-for-dependency-updates.yaml b/.github/workflows/check-for-dependency-updates.yaml index de90ee5..77cf4c9 100644 --- a/.github/workflows/check-for-dependency-updates.yaml +++ b/.github/workflows/check-for-dependency-updates.yaml @@ -66,6 +66,14 @@ jobs: echo "changed=true" >> "${GITHUB_OUTPUT}" fi + - id: get-secrets + uses: grafana/shared-workflows/actions/get-vault-secrets@main + with: + # Secrets placed in the ci/repo/grafana// path in Vault + repo_secrets: | + APP_ID=github-app:app-id + PRIVATE_KEY=github-app:private-key + - uses: actions/create-github-app-token@v1 id: app-token with: @@ -106,6 +114,14 @@ jobs: echo "changed=true" >> "${GITHUB_OUTPUT}" fi + - id: get-secrets + uses: grafana/shared-workflows/actions/get-vault-secrets@main + with: + # Secrets placed in the ci/repo/grafana// path in Vault + repo_secrets: | + APP_ID=github-app:app-id + PRIVATE_KEY=github-app:private-key + - uses: actions/create-github-app-token@v1 id: app-token with: