Skip to content

Commit

Permalink
Add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 15, 2024
1 parent 426deb5 commit ede4f3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
vendor/bin/php-cs-fixer --diff --dry-run -v fix
- name: Run unit tests
env:
TOKEN: ${{ secrets.TOKEN }}
DEST: ${{ secrets.DEST }}
run: |
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
Expand Down

0 comments on commit ede4f3c

Please sign in to comment.