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 19af56c commit a19bfc0Copy full SHA for a19bfc0
1 file changed
.github/workflows/update-skills-if-needed.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/create-github-app-token@v3
28
id: generate-token
29
with:
30
- client-id: ${{ secrets.ECOSPARK_CLIENT_ID }}
+ client-id: ${{ vars.ECOSPARK_CLIENT_ID }}
31
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
32
permission-contents: write
33
permission-pull-requests: write
0 commit comments