diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64459c696ec..97c3b83222f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}