Skip to content

Commit 2041070

Browse files
committed
fix: migrate tibdex/github-app-token -> create-github-app-token
1 parent 041e38d commit 2041070

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
sha: ${{ steps.release.outputs.sha }}
4949
steps:
5050
- id: token
51-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
51+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5252
with:
53-
app_id: ${{ secrets.STATNETT_BOT_APP_ID }}
54-
private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
53+
app-id: ${{ secrets.STATNETT_BOT_APP_ID }}
54+
private-key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
5555

5656
- id: release
5757
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0

0 commit comments

Comments
 (0)