From 9b812d3eb78e693a294e3b6cfb94496c304b6d10 Mon Sep 17 00:00:00 2001 From: AKSHAT TANDON Date: Sun, 3 Mar 2024 21:00:54 +0100 Subject: [PATCH] test action --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 380af41..b97a00a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,12 @@ jobs: execute-sg-cli: runs-on: ubuntu-latest name: StackGuardian CLI Github Action + env: + SG_API_TOKEN: 'sgu_xyz' steps: - uses: actions/checkout@v2 - name: StackGuardian/workflow-run-action uses: ./ # Uses an action in the root directory id: StackGuardian-CLI with: - operation: "workflow help" \ No newline at end of file + operation: "--help" \ No newline at end of file