Skip to content

Commit

Permalink
seperated
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Dec 6, 2024
1 parent 9473279 commit 1df5f93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Code Audit Check
on:
schedule:
- cron: '0 0 * * *'

jobs:
audit:
permissions:
issues: write
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/scheduled.yml → .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
name: Code Audit Check
on:
schedule:
- cron: '0 0 * * *'

jobs:
audit:
permissions:
issues: write
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
---
name: Stale Issue and PR Cleanup
on:
workflow_dispatch: true
Expand Down

0 comments on commit 1df5f93

Please sign in to comment.