diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 9307baa..ae743d1 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -15,6 +15,8 @@ jobs: uses: actions/checkout@v2 - name: Install gotestfmt uses: ./ + with: + token: ${{ secrets.GH_TOKEN }} - name: Run gotestfmt working-directory: testdata run: go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt @@ -37,6 +39,8 @@ jobs: uses: actions/checkout@v2 - name: Install gotestfmt uses: ./ + with: + token: ${{ secrets.GH_TOKEN }} - name: Run gotestfmt working-directory: testdata run: go test -json -v ./... 2>&1 | tee ./gotest.log | gotestfmt