Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Dec 19, 2023
1 parent 79c219c commit 8ad5bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ env.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/continues_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:

env:
ENVIRONMENT_TYPE: continuous_integration
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
eslint:
Expand Down

0 comments on commit 8ad5bee

Please sign in to comment.