diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd26f4b..ea60dba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,9 @@ concurrency: group: tests-${{ github.head_ref || github.run_id }} cancel-in-progress: true +env: + ACTION_TOKEN: ${{ github.token }} + jobs: phpcsfixer: name: PHP-CS-Fixer diff --git a/.gitignore b/.gitignore index 8637736..8b83742 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /.php-cs-fixer.cache /.coverage /phpunit.xml -/.github/cache \ No newline at end of file +/.github/cache +/.github/act.secrets \ No newline at end of file