From 6ef6469ecccac9a5c8dbfead7854e68e40bd5529 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:40:08 -0800 Subject: [PATCH] use token or ci --- .github/workflows/partial-backend.yaml | 2 ++ .github/workflows/partial-frontend.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/partial-backend.yaml b/.github/workflows/partial-backend.yaml index 1bb0dce..3e23d59 100644 --- a/.github/workflows/partial-backend.yaml +++ b/.github/workflows/partial-backend.yaml @@ -16,6 +16,8 @@ jobs: - name: Install Task uses: arduino/setup-task@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index fcbfcbd..c83a1bd 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -14,6 +14,8 @@ jobs: - name: Install Task uses: arduino/setup-task@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go uses: actions/setup-go@v2