mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-30 04:38:58 +01:00
Set secrets
This commit is contained in:
parent
7cc9d73674
commit
defa9c8390
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
PHP_CS_FIXER_IGNORE_ENV: 1
|
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
DEST: ${{ secrets.DEST }}
|
||||||
run: |
|
run: |
|
||||||
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
Loading…
Reference in New Issue
Block a user