From 22a01afec1e46da63d223d8fb75dd4ca6678387b Mon Sep 17 00:00:00 2001 From: Tiberiu Baron Date: Mon, 26 Aug 2024 18:41:14 +0300 Subject: [PATCH] patch: test --- .github/workflows/test.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..798cf2af --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,22 @@ +name: Jenkins Security Scan + +on: + push: + branches: + - develop + pull_request: + types: [ opened, synchronize, reopened ] + workflow_dispatch: + +jobs: + use_api: + runs-on: ubuntu-latest + permissions: write-all + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh repo list \ No newline at end of file