Skip to content

Commit 3c72b09

Browse files
authored
ci: use Github App Client ID in action (#1073)
1 parent 99ba9d1 commit 3c72b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/create-github-app-token@v3
2222
id: generate-token
2323
with:
24-
client-id: ${{ secrets.APP_ID }}
24+
client-id: ${{ secrets.APP_CLIENT_ID }}
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626
owner: ${{ github.repository_owner }}
2727
# request token for both substrait and substrait-packaging repos

0 commit comments

Comments
 (0)