From a433156a436f2c9a78bbccd7d73f96dab71e0830 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:37:11 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9de684033..f3faf5d20 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: path: 'citra-merge' fetch-depth: 0 submodules: true - token: ${{ secrets.ALT_GITHUB_TOKEN }} + token: ${{ secrets.BUILD_MAGIC }} - uses: actions/github-script@v7 name: 'Update and tag new commits' if: ${{ steps.check-changes.outputs.result == 'true' }}