mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 20:34:39 +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
|
||||
env:
|
||||
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
DEST: ${{ secrets.DEST }}
|
||||
run: |
|
||||
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
|
Loading…
Reference in New Issue
Block a user