Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zellius committed Oct 24, 2023
1 parent d77c440 commit 51b9292
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ jobs:
contents: 'write'
steps:
- uses: actions/checkout@v4
if: ${{ env.RELEASE_CANDIDATE == 'true' }}
with:
# Required by stefanzweifel/git-auto-commit-action
# PR check will stuck on 'waiting for status' without PAT after version bump pushing
token: ${{ secrets.PAT }}
ref: ${{ github.head_ref }}

- uses: actions/checkout@v4
if: ${{ env.RELEASE_CANDIDATE == 'false' }}

- name: Setup required Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 51b9292

Please sign in to comment.