diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 6bce583..509ce49 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -11,7 +11,6 @@ on: description: "Specify the npm/yarn script to run if available" required: false default: "npm run test" - permissions: contents: write @@ -20,10 +19,10 @@ permissions: issues: write jobs: - audit-fix: + cherry-pick: uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1 with: original-owner: "supercharge" repo-name: "mongodb-github-action" base_branch: ${{ inputs.base_branch }} - script: ${{ inputs.script }} \ No newline at end of file + script: ${{ inputs.script }}