Skip to content

Commit

Permalink
add github token env to the test run to avoid gh pull rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 6, 2025
1 parent 554a988 commit eb368d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./run.sh ci-test
# uncomment this line when you want to continue on error
# and run tmate after it
Expand Down

0 comments on commit eb368d3

Please sign in to comment.