From 81962455367e57c1f0a4eede969f6ccc09f0cfe9 Mon Sep 17 00:00:00 2001 From: sezna Date: Thu, 27 Jun 2024 07:05:03 -0700 Subject: [PATCH] add secret for TODOs --- .github/workflows/ci.yml | 1 + .github/workflows/on_main_commit.yml | 2 ++ 2 files changed, 3 insertions(+) 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: