Skip to content

Commit e6bb85f

Browse files
committed
ci: use actions/create-github-app-token
replaces the deprecated `tibdex/github-app-token` with `actions/create-github-app-token` Signed-off-by: Niels Pardon <par@zurich.ibm.com>
1 parent ff70d18 commit e6bb85f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.repository == 'substrait-io/substrait'
2020
steps:
21-
- uses: tibdex/github-app-token@v2
21+
- uses: actions/create-github-app-token@v3
2222
id: generate-token
2323
with:
24-
app_id: ${{ secrets.APP_ID }}
25-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
24+
client-id: ${{ secrets.APP_ID }}
25+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626

2727
- uses: actions/checkout@v6
2828
with:

0 commit comments

Comments
 (0)