1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Include GITHUB_TOKEN

This commit is contained in:
Daniil Gentili 2022-04-30 22:22:20 +02:00
parent 0d47a09cc4
commit c0e028880a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1,7 +1,8 @@
name: build
on:
release:
types: [released]
types: [published]
jobs:
run:
runs-on: Linux
@ -38,5 +39,6 @@ jobs:
DESTINATIONS: ${{ secrets.DESTINATIONS }}
SSH_KEY: ${{ secrets.SSH_KEY }}
PHP_VERSION: ${{ matrix.php }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tests/makephar.sh