Skip to content

Commit 26e996b

Browse files
committed
fix(ci): Pass token to read internal repo
1 parent 7897e24 commit 26e996b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
- name: Run GoReleaser
3535
uses: goreleaser/goreleaser-action@v4
3636
with:
37-
args: release --rm-dist
37+
args: release --clean
3838
env:
3939
# GitHub sets the GITHUB_TOKEN secret automatically.
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
PAT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4243
GPG_TTY: $(tty)

0 commit comments

Comments
 (0)