Skip to content

Commit

Permalink
add secret for TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jun 27, 2024
1 parent 12b9539 commit 8196245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features

2 changes: 2 additions & 0 deletions .github/workflows/on_main_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: CI
on:
push: { branches: "main" }
env:
PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}

jobs:
check_todos:
Expand Down

0 comments on commit 8196245

Please sign in to comment.