Skip to content

Commit

Permalink
Update testbuilds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 30, 2023
1 parent 6385667 commit a98067b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
prerelease: true
tag: ${{ inputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Upload release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ inputs.tag }}
files: dist/LogosLinuxInstaller
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN }}
repository: FaithLife-Community/test-builds

0 comments on commit a98067b

Please sign in to comment.