feat: credentials as toml
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 20:41:59 +02:00
parent 97433e5a7a
commit 97beda7482

View File

@@ -74,7 +74,7 @@ steps:
git-fetch-with-cli = true git-fetch-with-cli = true
EOF EOF
- | - |
cat <<EOF >> .cargo/credentials cat <<EOF >> .cargo/credentials.toml
[registries.gitea] [registries.gitea]
token = "Bearer $GIT_TOKEN" token = "Bearer $GIT_TOKEN"
EOF EOF