From 300dabbcd811df8d8182a7c09016a2bf2c3a3207 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Sun, 19 Nov 2023 00:25:56 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db4d2b0c5..2046c8d07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,11 +13,12 @@ jobs: contents: write pull-requests: write steps: + # fetch a temporary token so workflows are triggered by the release step which doesn't work with the GITHUB_TOKEN - uses: actions/create-github-app-token@v1 id: app-token with: app-id: ${{ vars.GET_TOKEN_APP_ID }} - private-key: ${{ secrets.GET_TOKEN_PRIVATE_KEY }} + private-key: ${{ secrets.GET_TOKEN_APP_PRIVATE_KEY }} # bootstrap-sha and release-as needs to be removed after first release - name: Release uses: google-github-actions/release-please-action@1ddb669c677d585663a83fc535edc428954c4aeb # ratchet:google-github-actions/release-please-action@v3