Skip to content

Commit

Permalink
ci: fix wrong action version notifier (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 6, 2023
1 parent e5bb6c2 commit 411c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- id: token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.2
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: ${{ secrets.STATNETT_BOT_APP_ID }}
private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
Expand Down

0 comments on commit 411c538

Please sign in to comment.