1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-30 04:50:45 +02:00

chore(ci): use repo-token

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-10-12 20:14:15 -03:00
parent 82954c726f
commit 9d87554ef3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
-
name: Set up Task
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1

View File

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: task docs:build
- uses: wjdp/htmltest-action@master
with: