qjzdiqjzodiqjz
Some checks failed
Rust-build / build (push) Failing after 51s

This commit is contained in:
Justine Pelletreau 2023-07-17 17:04:59 +02:00
parent 6d39a7ec5b
commit 482759c940

View File

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