From 5fee6e8089078dd8753ab851bc83b0c30821130c Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Fri, 26 May 2023 13:30:25 -0400 Subject: [PATCH] fix: indentation --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 5232a3a..16c2710 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -26,8 +26,8 @@ jobs: run: go test -v ./... - name: Run the action # You would run your tests before this using the output to set state/desc - uses: Sibz/github-status-action@v1 - with: + uses: Sibz/github-status-action@v1 + with: authToken: ${{secrets.GITHUB_TOKEN}} context: 'Test run' description: 'Passed'