mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 02:00:00 +00:00
Fix mark-prs-ready-for-review workflow: use GH_AW_GITHUB_TOKEN for GraphQL mutation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
036047f725
commit
f8a8d62587
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
- name: Mark all draft pull requests ready for review
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
|
||||
with:
|
||||
github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
async function markReady(nodeId, number, title) {
|
||||
core.info(`Marking PR #${number} "${title}" ready for review.`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue