Public Access
DEVX-127: fix: fall back to CI token when reviewer self-approval is rejected
This commit was merged in pull request #192.
This commit is contained in:
@@ -157,6 +157,7 @@ jobs:
|
||||
- name: Post approval review
|
||||
env:
|
||||
REVIEWER_GITEA_API_TOKEN: ${{ secrets.REVIEWER_GITEA_API_TOKEN }}
|
||||
CI_GITEA_API_TOKEN: ${{ secrets.CI_GITEA_API_TOKEN }}
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user