From 8c9bb725fce0c4bd28f52ce1fb5fb2b038b53d2c Mon Sep 17 00:00:00 2001 From: meriy100 Date: Fri, 5 Apr 2024 11:09:16 +0900 Subject: [PATCH] =?UTF-8?q?feat(release-by-release-pr):=20tag=20=E3=81=AE?= =?UTF-8?q?=20push=20=E3=81=8C=20PAT=20=E3=81=A7=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/release-by-release-pr/action.yml | 1 + 1 file changed, 1 insertion(+) 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