diff --git a/.github/actions/release-by-release-pr/action.yml b/.github/actions/release-by-release-pr/action.yml index 713fb21..47a1d28 100644 --- a/.github/actions/release-by-release-pr/action.yml +++ b/.github/actions/release-by-release-pr/action.yml @@ -21,6 +21,7 @@ runs: with: fetch-depth: 2 ref: ${{ inputs.base-branch }} + token: ${{ env.GITHUB_TOKEN }} - name: Parse version id: parse_version