1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

chore: use PAT

This commit is contained in:
Carlos A Becker
2021-11-02 21:31:53 -03:00
parent f68ddf2261
commit d7c79d0827

View File

@@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-go@v2
with:
go-version: 1.17