Skip to content

Commit

Permalink
Delete quotation around the access token.
Browse files Browse the repository at this point in the history
  • Loading branch information
DilyOng committed Jan 17, 2025
1 parent 8a7e9c8 commit b1726b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test with pytest
run: pytest --cov=unimpeded tests
env:
ACCESS_TOKEN: '${{ secrets.ZENODO_SANDBOX_TOKEN }}'
ACCESS_TOKEN: ${{ secrets.ZENODO_SANDBOX_TOKEN }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit b1726b8

Please sign in to comment.