Skip to content

Commit 727b535

Browse files
Update audit_package.yml
1 parent b7eb5b8 commit 727b535

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/audit_package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ on:
2525
schedule:
2626
- cron: "0 0 * * 1"
2727

28+
permissions:
29+
contents: write
30+
pull-requests: write
31+
packages: read
32+
issues: write
33+
2834
jobs:
2935
audit-fix:
3036
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@fix_Verify_cherry_pick-Logic
3137
with:
3238
base_branch: ${{ inputs.base_branch || 'main' }}
33-
package_manager: "yarn"
34-
node_version: ${{ inputs.node_version || "24.0.0" }}
39+
package_manager: ${{ inputs.package_manager || 'yarn' }}
40+
node_version: ${{ inputs.node_version || '24.0.0' }}
3541
script: ${{ inputs.script || 'yarn build' }}
36-
37-
permissions:
38-
contents: write
39-
pull-requests: write
40-
packages: read
41-
issues: write

0 commit comments

Comments
 (0)