From a67f2e60c8224d1af2f3bd4cb4c5eb9422595e6f Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Thu, 14 Sep 2023 09:47:14 +0200 Subject: [PATCH] Fixup release.yaml workflow triggering If the release is created with the regular token, it won't cascade --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa33f903..846644e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,7 @@ jobs: id: create-release uses: ncipollo/release-action@v1.12.0 with: + token: ${{ secrets.REPO_SCOPED_TOKEN }} allowUpdates: true artifactErrorsFailBuild: true updateOnlyUnreleased: true