Skip to content

Commit 25a44dc

Browse files
integrated with updated audit fix to handle provided build script
1 parent de03090 commit 25a44dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/audit_package.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ on:
77
description: "Specify a base branch"
88
required: false
99
default: "main"
10+
schedule:
11+
- cron: "0 0 * * 1"
1012

1113
jobs:
1214
audit-fix:
13-
uses: step-security/reusable-workflows/.github/workflows/yarn_audit_fix.yml@v1
15+
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@v1
1416
with:
15-
base_branch: ${{ inputs.base_branch }}
17+
base_branch: ${{ inputs.base_branch || 'main' }}
1618

1719
permissions:
1820
contents: write
1921
pull-requests: write
22+
packages: read
23+
issues: write

0 commit comments

Comments
 (0)