Clear github_token from goreleaser action env

This commit is contained in:
Evan Fiordeliso 2023-08-14 19:34:27 -04:00
parent 2bc13453f4
commit 52d68149a7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
args: release --snapshot --clean
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITHUB_TOKEN: ""
docker:
runs-on: ubuntu-latest