mirror of
https://github.com/Z3Prover/z3
synced 2026-01-29 13:28:44 +00:00
Configure SpecBot workflow to use BOT_PAT for pull request authentication (#8398)
* Initial plan * Add GH_TOKEN env variable with BOT_PAT to SpecBot workflow Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
c4f75bc85a
commit
cd5cea9e9c
2 changed files with 6 additions and 0 deletions
3
.github/workflows/specbot.md
vendored
3
.github/workflows/specbot.md
vendored
|
|
@ -16,6 +16,9 @@ on:
|
|||
|
||||
roles: [write, maintain, admin]
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.BOT_PAT }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue