Skip to content

Commit

Permalink
Set token while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 6, 2024
1 parent d6db64f commit 61c08e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- run: cargo test -p cargo --test testsuite -- https::github_works
env:
GITHUB_TOKEN: ${{ github.token }}
- run: gh api rate_limit
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 61c08e6

Please sign in to comment.