From 61c08e60365d3c6bc27bbbc64e2ccbe1097ab9a1 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 6 Apr 2024 14:07:44 -0700 Subject: [PATCH] Set token while testing --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}