From 5a0f52d942ea9a5ac1b1c5f3f376a6c32547a09c Mon Sep 17 00:00:00 2001 From: PowerBall253 Date: Thu, 5 May 2022 12:08:06 -0500 Subject: [PATCH] Use private token for release --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3608378..c072327 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Upload AppImage uses: marvinpinto/action-automatic-releases@latest with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: "${{ secrets.SECRET_TOKEN }}" prerelease: false files: | ${{ github.workspace }}/appimage/AppImages/EternalModManager-x86_64.AppImage @@ -91,7 +91,7 @@ jobs: - name: Upload zip uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.SECRET_TOKEN }} file_glob: true file: '**/EternalModManager.zip' tag: ${{ github.ref }}