added token to install

This commit is contained in:
Michael Engel 2022-10-20 10:31:42 +02:00
parent e110d38b81
commit 1643771b22
No known key found for this signature in database
GPG key ID: 02F719D03B420F29

View file

@ -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