diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 1b530e3..9a5a56f 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -15,9 +15,9 @@ permissions: issues: write jobs: - audit-fix: - uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick + cherry-pick: + uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1 with: original-owner: "foundry-rs" repo-name: "foundry-toolchain" - base_branch: ${{ inputs.base_branch }} \ No newline at end of file + base_branch: ${{ inputs.base_branch }}