1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +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
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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