From a1c8b4a8dbb8652df069b7505c180a88fe273f96 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 22 Mar 2026 15:01:10 -0600 Subject: [PATCH] set a github api token --- .gitea/workflows/rust.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/rust.yaml b/.gitea/workflows/rust.yaml index 652a58b..933668f 100644 --- a/.gitea/workflows/rust.yaml +++ b/.gitea/workflows/rust.yaml @@ -7,6 +7,8 @@ jobs: steps: - name: Install Task uses: go-task/setup-task@v2 + with: + repo-token: ${{ secrets.TASK_GITHUB_API_TOKEN }} - uses: actions/checkout@v2 - name: Stable with rustfmt and clippy uses: actions-rs/toolchain@v1