From eab1ca4f817c352f035fa6997fea02081bf8fe12 Mon Sep 17 00:00:00 2001 From: Artem Chepurnyi Date: Fri, 1 Nov 2024 09:07:25 +0200 Subject: [PATCH] chore: Create a GitHub release using custom token to trigger deploy jobs --- .github/workflows/new_tag_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_tag_release.yaml b/.github/workflows/new_tag_release.yaml index 8429939a..78b2ace4 100644 --- a/.github/workflows/new_tag_release.yaml +++ b/.github/workflows/new_tag_release.yaml @@ -304,7 +304,7 @@ jobs: with: name: Release ${{ steps.vars.outputs.date }} body: ${{ steps.changelog.outputs.changelog }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PERSONAL_TOKEN }} files: | artifacts/* artifacts/**/*.apk