Skip to content

Commit

Permalink
Use private token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoanc committed May 5, 2022
1 parent 104058f commit 5a0f52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 5a0f52d

Please sign in to comment.