From bc616204d0e75b4b70cb879e807789bb380f5a1c Mon Sep 17 00:00:00 2001 From: Awei <62026905+Awei2020@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:42:13 +0800 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5963c9..5b6fa42 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ jobs: run: | wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash - name: Code scan - run: murphysec scan . --token ${{ secrets.MURPHYSEC_TOKEN }} --json >scan_results.json + run: murphysec scan . --token $MURPHYSEC_TOKEN --json >scan_results.json - name: Format data run: | wget https://s.murphysec.com/github_actions_format.py