Skip to content

Commit

Permalink
feat(release-by-release-pr): tag の push が PAT で実行できるように (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
meriy100 authored Apr 5, 2024
1 parent c4407e0 commit 8c9bb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/release-by-release-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
with:
fetch-depth: 2
ref: ${{ inputs.base-branch }}
token: ${{ env.GITHUB_TOKEN }}

- name: Parse version
id: parse_version
Expand Down

0 comments on commit 8c9bb72

Please sign in to comment.