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 b7eb5b8 commit 727b535Copy full SHA for 727b535
1 file changed
.github/workflows/audit_package.yml
@@ -25,17 +25,17 @@ on:
25
schedule:
26
- cron: "0 0 * * 1"
27
28
+permissions:
29
+ contents: write
30
+ pull-requests: write
31
+ packages: read
32
+ issues: write
33
+
34
jobs:
35
audit-fix:
36
uses: step-security/reusable-workflows/.github/workflows/audit_fix.yml@fix_Verify_cherry_pick-Logic
37
with:
38
base_branch: ${{ inputs.base_branch || 'main' }}
- package_manager: "yarn"
- node_version: ${{ inputs.node_version || "24.0.0" }}
39
+ package_manager: ${{ inputs.package_manager || 'yarn' }}
40
+ node_version: ${{ inputs.node_version || '24.0.0' }}
41
script: ${{ inputs.script || 'yarn build' }}
-
-permissions:
- contents: write
- pull-requests: write
- packages: read
- issues: write
0 commit comments