Merge pull request #4 from cat-master21/github-token

chore: use GITHUB_TOKEN instead of PAT token in `build.yml`
main
axtloss 2 years ago committed by GitHub
commit 5cc4cff3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "iso/*.iso,iso/MD5SUMS"
token: ${{ secrets.SECRET_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.date.outputs.date }}

Loading…
Cancel
Save