From 7904be6d37d3436a6bb710710701950507213228 Mon Sep 17 00:00:00 2001 From: gwehrs <106992224+gwehrs@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:25:02 -0600 Subject: [PATCH] Create Dependency.review.yml Testing shared workflow --- .github/workflows/Dependency.review.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/Dependency.review.yml diff --git a/.github/workflows/Dependency.review.yml b/.github/workflows/Dependency.review.yml new file mode 100644 index 0000000..dcefb4c --- /dev/null +++ b/.github/workflows/Dependency.review.yml @@ -0,0 +1,17 @@ +name: 'Dependency Review' + +permissions: + contents: read + +on: + pull_request: + workflow_call: + +jobs: + + dependency_review: + uses: gwehrs/demo-repo-test/.github/workflows/dependency-review.yml@v1 + with: + username: gwehrs + secrets: + token: ${{ secrets.TOKEN }}