feat: with credentials
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
7e1f53b5b0
commit
97433e5a7a
@ -73,6 +73,11 @@ steps:
|
|||||||
[net]
|
[net]
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
EOF
|
EOF
|
||||||
|
- |
|
||||||
|
cat <<EOF >> .cargo/credentials
|
||||||
|
[registries.gitea]
|
||||||
|
token = "Bearer $GIT_TOKEN"
|
||||||
|
EOF
|
||||||
- release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea --registry gitea
|
- release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea --registry gitea
|
||||||
environment:
|
environment:
|
||||||
GIT_TOKEN:
|
GIT_TOKEN:
|
||||||
|
Loading…
Reference in New Issue
Block a user