From 52c2260a4259e5a4e6339217c2785196d6a2d2bb Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Sun, 10 Nov 2024 13:27:28 +0100 Subject: [PATCH] chore: fix release workflow (#742) * chore: update release workflow * chore: update release workflow --- .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 f90ea53..c8ce716 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@https://github.com/actions/create-github-app-token/commit/5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@h5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 id: app-token with: app-id: ${{ vars.APP_ID }}