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:
parent
0d47a09cc4
commit
c0e028880a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user