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