Skip to content

Commit

Permalink
Merge pull request #50 from sezna/alex/fix-ci
Browse files Browse the repository at this point in the history
add secret for TODOs
  • Loading branch information
sezna authored Jun 27, 2024
2 parents 12b9539 + 8196245 commit ddc9431
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 ddc9431

Please sign in to comment.