From 2143656ba01b18929a0b71f5fc800b3113fecaf2 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 10 Aug 2024 20:12:01 +0900 Subject: [PATCH] WORKFLOW: adding github token to elevate refwrite tag task permissions [skip ci] --- .github/workflows/cooker-selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 3b9b06f8..9619d00a 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -166,6 +166,8 @@ jobs: fi git tag "${{ env.TAG }}" # Create the tag locally git push origin "${{ env.TAG }}" # Push the new tag in the remote repo + env: + GITHUB_TOKEN: ${{ secrets.TRIGGER_BUILD_TOKEN }} # In case it cannot publish the release at least it's providing the flatpak file for creating a manual release - name: Upload RetroDECK-cooker.flatpak