diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba2f937..404cd3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,3 +21,4 @@ jobs: - uses: actions/checkout@v4 - name: Run Clippy run: cargo clippy --all-targets --all-features + diff --git a/.github/workflows/on_main_commit.yml b/.github/workflows/on_main_commit.yml index 3d41aa0..13e7426 100644 --- a/.github/workflows/on_main_commit.yml +++ b/.github/workflows/on_main_commit.yml @@ -2,6 +2,8 @@ name: CI on: push: { branches: "main" } +env: + PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }} jobs: check_todos: