CI: use gitea.actor as registry login username
Gitea authenticates registry pushes by token alone; a single REGISTRY_TOKEN secret suffices.
This commit is contained in:
@@ -73,9 +73,9 @@ runs `go vet` and `go test -race`, and pushing a semantic-version tag
|
||||
`git.rambossek.at/<owner>/gpu-turnstile:vX.Y.Z` (and updates `:latest`).
|
||||
No images are built from branches.
|
||||
|
||||
The registry login needs two repository secrets (Settings → Actions →
|
||||
Secrets): `REGISTRY_USERNAME` and `REGISTRY_TOKEN` — an access token with
|
||||
`write:package` scope. The automatic `GITEA_TOKEN` cannot push packages.
|
||||
The registry login needs one repository secret (Settings → Actions →
|
||||
Secrets): `REGISTRY_TOKEN` — an access token with `write:package` scope.
|
||||
The automatic `GITEA_TOKEN` cannot push packages.
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user