We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c129c71 commit 916f57cCopy full SHA for 916f57c
1 file changed
.github/workflows/audit_package.yml
@@ -7,6 +7,11 @@ on:
7
description: "Specify a base branch"
8
required: false
9
default: "main"
10
+ package_manager:
11
+ description: "Specify package manager (npm or yarn)"
12
+ required: false
13
+ default: "yarn"
14
+
15
schedule:
16
- cron: "0 0 * * 1"
17
@@ -15,6 +20,7 @@ jobs:
20
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@v1
21
with:
22
base_branch: ${{ inputs.base_branch || 'main' }}
23
+ package_manager: "yarn"
18
24
19
25
permissions:
26
contents: write
0 commit comments