Clear github_token from goreleaser action env
This commit is contained in:
parent
2bc13453f4
commit
52d68149a7
|
@ -21,6 +21,7 @@ jobs:
|
|||
args: release --snapshot --clean
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITHUB_TOKEN: ""
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue