fix(ci): set GH_TOKEN for commenting after fast-forward failure

This commit is contained in:
Jan Christian Grünhage
2025-04-18 18:36:08 +02:00
parent b2f45fe37f
commit 2eb43a5d81

View File

@@ -35,6 +35,8 @@ jobs:
- name: Comment if mergeable_state is not clean
if: ${{ github.event.pull_request.mergeable_state != 'clean' }}
env:
GH_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}
run: |
gh pr comment ${{ github.event.pull_request.number }} \
--repo "${GITHUB_REPOSITORY}" \