set a github api token
Some checks failed
Build and Test Formaty / build (pull_request) Failing after 1m2s
Build and Test Formaty / build (push) Failing after 1m4s

This commit is contained in:
Joey Hines 2026-03-22 15:01:10 -06:00
parent 1e82607e36
commit a1c8b4a8db
Signed by: joeyahines
GPG Key ID: E99D8FB14855100E

View File

@ -7,6 +7,8 @@ jobs:
steps: steps:
- name: Install Task - name: Install Task
uses: go-task/setup-task@v2 uses: go-task/setup-task@v2
with:
repo-token: ${{ secrets.TASK_GITHUB_API_TOKEN }}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Stable with rustfmt and clippy - name: Stable with rustfmt and clippy
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1