Skip to content

Commit

Permalink
fix(ci): add a public github token to make gh happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored Aug 29, 2023
1 parent f248089 commit ebf2e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- name: Build Kong
if: steps.cache-deps.outputs.cache-hit != 'true'
env:
GH_TOKEN: ${{ github.token }}
run: |
cd kong
make build-kong
Expand Down

0 comments on commit ebf2e8b

Please sign in to comment.