chore: Create a GitHub release using custom token to trigger deploy jobs

This commit is contained in:
Artem Chepurnyi 2024-11-01 09:07:25 +02:00
parent 44e763c2c4
commit eab1ca4f81
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 1 deletions

View File

@ -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