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:
|
with:
|
||||||
name: Release ${{ steps.vars.outputs.date }}
|
name: Release ${{ steps.vars.outputs.date }}
|
||||||
body: ${{ steps.changelog.outputs.changelog }}
|
body: ${{ steps.changelog.outputs.changelog }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
artifacts/*
|
artifacts/*
|
||||||
artifacts/**/*.apk
|
artifacts/**/*.apk
|
||||||
|
|
Loading…
Reference in New Issue