1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-01 01:27:56 +02:00

update to use PAT

This commit is contained in:
Casey Lee
2022-06-20 16:49:57 -07:00
parent d1ca48642e
commit 06bf92c0fc

View File

@@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
ref: master
token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
- uses: fregante/setup-git-user@v1
- uses: actions/setup-go@v3
with: