Skip to content

Commit 916f57c

Browse files
yarn as amanager added
1 parent c129c71 commit 916f57c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/audit_package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
description: "Specify a base branch"
88
required: false
99
default: "main"
10+
package_manager:
11+
description: "Specify package manager (npm or yarn)"
12+
required: false
13+
default: "yarn"
14+
1015
schedule:
1116
- cron: "0 0 * * 1"
1217

@@ -15,6 +20,7 @@ jobs:
1520
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@v1
1621
with:
1722
base_branch: ${{ inputs.base_branch || 'main' }}
23+
package_manager: "yarn"
1824

1925
permissions:
2026
contents: write

0 commit comments

Comments
 (0)