From b727e706603224ccbd9aef6822fb7c17c5e5c161 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Thu, 5 Oct 2023 19:12:53 +0200 Subject: [PATCH] ci: fix wrong action version notifier --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a62ed41..59dce88 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }}