We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ad18 commit 08fd522Copy full SHA for 08fd522
1 file changed
.github/workflows/renovate.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/create-github-app-token@v3 # zizmor: ignore[github-app]
31
id: app-token
32
with:
33
- client-id: ${{ secrets.ECOSPARK_CLIENT_ID }}
+ client-id: ${{ vars.ECOSPARK_CLIENT_ID }}
34
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
35
36
- uses: actions/checkout@v7
0 commit comments