chore: Create a GitHub release using custom token to trigger deploy jobs
This commit is contained in:
parent
44e763c2c4
commit
eab1ca4f81
|
@ -304,7 +304,7 @@ jobs:
|
|||
with:
|
||||
name: Release ${{ steps.vars.outputs.date }}
|
||||
body: ${{ steps.changelog.outputs.changelog }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
files: |
|
||||
artifacts/*
|
||||
artifacts/**/*.apk
|
||||
|
|
Loading…
Reference in New Issue