From 4c49e2b861c26b994a7b887def96cba0260627e8 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 4 May 2026 17:43:29 -0400 Subject: [PATCH] Testing Gitea macOS Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9185075..21d44c2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,6 +6,8 @@ jobs: grammar-tests: name: Grammar Tests runs-on: macos-latest + env: + GH_TOKEN: ${{ secrets.GITEA_TOKEN }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4