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.
2 parents 8311c29 + df8ffdc commit dc1fcc7Copy full SHA for dc1fcc7
1 file changed
.github/workflows/audit_package.yml
@@ -0,0 +1,19 @@
1
+name: Yarn Audit Fix Run
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ base_branch:
7
+ description: "Specify a base branch"
8
+ required: false
9
+ default: "main"
10
11
+jobs:
12
+ audit-fix:
13
+ uses: step-security/reusable-workflows/.github/workflows/yarn_audit_fix.yml@v1
14
+ with:
15
+ base_branch: ${{ inputs.base_branch }}
16
17
+permissions:
18
+ contents: write
19
+ pull-requests: write
0 commit comments