fix(ci): rename GITEA_TOKEN to RELEASE_TOKEN
Gitea reserves the GITEA_ prefix for repo action secrets.
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
args: release --clean
|
||||
env:
|
||||
GORELEASER_FORCE_TOKEN: gitea
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user