3
0
Fork 0
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:
Copilot 2026-01-27 12:52:00 -08:00 committed by GitHub
parent c4f75bc85a
commit cd5cea9e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

3
.github/workflows/specbot.lock.yml generated vendored
View file

@ -44,6 +44,9 @@ concurrency:
run-name: "Specbot"
env:
GH_TOKEN: ${{ secrets.BOT_PAT }}
jobs:
activation:
runs-on: ubuntu-slim

View file

@ -16,6 +16,9 @@ on:
roles: [write, maintain, admin]
env:
GH_TOKEN: ${{ secrets.BOT_PAT }}
permissions:
contents: read
issues: read