fix(ci): unset GITHUB_TOKEN to avoid conflict with GITEA_TOKEN
This commit is contained in:
parent
24adf4d642
commit
d1cc6e3c15
2 changed files with 3 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -28,5 +28,7 @@ jobs:
|
|||
|
||||
- name: GoReleaser Check
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ""
|
||||
with:
|
||||
args: release --snapshot --skip=publish --clean
|
||||
|
|
|
|||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
- name: Run GoReleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ""
|
||||
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue