Skip to content

Commit

Permalink
Set up lineage_scan workflow for manual testing
Browse files Browse the repository at this point in the history
Add the `workflow_dispatch` trigger and use this branch when the action is
triggered.
  • Loading branch information
mcdonnnj committed Oct 9, 2021
1 parent 45b79eb commit 9a0931e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lineage_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: lineage_scan
on:
schedule:
- cron: "15 * * * *"
workflow_dispatch:

env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -13,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check all organization repositories
uses: cisagov/action-lineage@develop
uses: cisagov/action-lineage@improvement/group_logging_output
with:
access_token: ${{ env.ACCESS_TOKEN }}
repo_query: "org:cisagov archived:false"

0 comments on commit 9a0931e

Please sign in to comment.