Skip to content

Commit

Permalink
explicitly export GH_PERSONAL_ACCESS_TOKEN in ci.yml for #208
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 13, 2024
1 parent be13102 commit b375ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
MIX_ENV: test
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }}
ENCRYPTION_KEYS: ${{ secrets.ENCRYPTION_KEYS }}
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

Expand Down

0 comments on commit b375ac9

Please sign in to comment.