Skip to content

Commit

Permalink
update coveralls repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 17, 2024
1 parent 1d98f8a commit 5695b75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
COMPOSER_CACHE_DIR: ${{ github.workspace }}/.composer/cache
PHP_CS_FIXER_CACHE_DIR: ${{ github.workspace }}/.php-cs-fixer
LOCAL_CACHE_DIR: ${{ github.workspace }}/.local
GITHUB_REF: ${{ github.ref }}
GITHUB_ACTIONS: true
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 5695b75

Please sign in to comment.