Update .gitea/workflows/build.yml
Some checks failed
Rust-build / build (push) Failing after 51s

This commit is contained in:
justine 2023-07-17 16:56:40 +02:00
parent 17eb29020d
commit 265e7fc434

View File

@ -35,7 +35,7 @@ jobs:
- name: Configure cargo creds
run: |
echo '[registries.gitea]'' > ~/.cargo/credentials.toml
echo '[registries.gitea]' > ~/.cargo/credentials.toml
echo 'token = "Bearer ${{ secrets.CARGO_API_TOKEN}}"' >> ~/.cargo/credentials.toml