mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +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
307982b67e
commit
828fe2d702
2 changed files with 6 additions and 0 deletions
3
.github/workflows/specbot.lock.yml
generated
vendored
3
.github/workflows/specbot.lock.yml
generated
vendored
|
|
@ -44,6 +44,9 @@ concurrency:
|
||||||
|
|
||||||
run-name: "Specbot"
|
run-name: "Specbot"
|
||||||
|
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.BOT_PAT }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
activation:
|
activation:
|
||||||
runs-on: ubuntu-slim
|
runs-on: ubuntu-slim
|
||||||
|
|
|
||||||
3
.github/workflows/specbot.md
vendored
3
.github/workflows/specbot.md
vendored
|
|
@ -16,6 +16,9 @@ on:
|
||||||
|
|
||||||
roles: [write, maintain, admin]
|
roles: [write, maintain, admin]
|
||||||
|
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.BOT_PAT }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
issues: read
|
issues: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue