We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041e38d commit 2041070Copy full SHA for 2041070
1 file changed
.github/workflows/release-please.yaml
@@ -48,10 +48,10 @@ jobs:
48
sha: ${{ steps.release.outputs.sha }}
49
steps:
50
- id: token
51
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
52
with:
53
- app_id: ${{ secrets.STATNETT_BOT_APP_ID }}
54
- private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
+ app-id: ${{ secrets.STATNETT_BOT_APP_ID }}
+ private-key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
55
56
- id: release
57
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
0 commit comments