diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a306de1..527f65a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && github.event_name == 'push' + permissions: + contents: write steps: - name: Download all artifacts diff --git a/Cargo.toml b/Cargo.toml index e353cf7..3a80aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" dirs-next = "2.0" -reqwest = { version = "0.12", features = ["json", "blocking"] } +reqwest = { version = "0.13", features = ["json", "blocking"] } git2 = "0.20" tokio = { version = "1", features = ["full"] } diff --git a/README.md b/README.md index f5c083e..7765395 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,4 @@ MIT - Ver [LICENSE](LICENSE) para detalles. **Autor**: [madkoding](https://github.com/madkoding) -**Última actualización:** 2026-02-26 12:51:52 -03 +**Última actualización:** 2026-02-26 15:51:02 -03