We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ba9d1 commit 3c72b09Copy full SHA for 3c72b09
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/create-github-app-token@v3
22
id: generate-token
23
with:
24
- client-id: ${{ secrets.APP_ID }}
+ client-id: ${{ secrets.APP_CLIENT_ID }}
25
private-key: ${{ secrets.APP_PRIVATE_KEY }}
26
owner: ${{ github.repository_owner }}
27
# request token for both substrait and substrait-packaging repos
0 commit comments