From 5c129f94ac71f94c5b9b48b7a8aa4f3217cafe75 Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Sun, 10 Nov 2024 13:29:24 +0100 Subject: [PATCH] chore: update release workflow (#743) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8ce716..bb4f2a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Use an app to authenticate to trigger workflows on the repository - name: Get app installation token - uses: actions/create-github-app-token@h5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 id: app-token with: app-id: ${{ vars.APP_ID }}