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'