Skip to content

Commit

Permalink
add secret in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eltinMeli committed Jun 26, 2024
1 parent 6fdc453 commit c67923e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
- name: Test with unittest
run: |
python -m unittest discover tests/
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit c67923e

Please sign in to comment.