mirror of
https://github.com/Z3Prover/z3
synced 2025-10-28 10:19:23 +00:00
update token
This commit is contained in:
parent
1aeef3bf81
commit
40a60f10ce
4 changed files with 13 additions and 4 deletions
7
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
7
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
|
|
@ -2,7 +2,7 @@
|
|||
# To update this file, edit the corresponding .md file and run:
|
||||
# gh aw compile
|
||||
#
|
||||
# Effective stop-time: 2025-09-18 12:10:34
|
||||
# Effective stop-time: 2025-09-18 15:25:04
|
||||
|
||||
name: "Daily Perf Improver"
|
||||
"on":
|
||||
|
|
@ -541,7 +541,7 @@ jobs:
|
|||
WORKFLOW_NAME="Daily Perf Improver"
|
||||
|
||||
# Check stop-time limit
|
||||
STOP_TIME="2025-09-18 12:10:34"
|
||||
STOP_TIME="2025-09-18 15:25:04"
|
||||
echo "Checking stop-time limit: $STOP_TIME"
|
||||
|
||||
# Convert stop time to epoch seconds
|
||||
|
|
@ -2446,6 +2446,7 @@ jobs:
|
|||
GITHUB_AW_AGENT_OUTPUT: ${{ needs.daily-perf-improver.outputs.output }}
|
||||
GITHUB_AW_ISSUE_TITLE_PREFIX: "${{ github.workflow }}"
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
async function main() {
|
||||
// Check if we're in staged mode
|
||||
|
|
@ -2645,6 +2646,7 @@ jobs:
|
|||
GITHUB_AW_AGENT_OUTPUT: ${{ needs.daily-perf-improver.outputs.output }}
|
||||
GITHUB_AW_COMMENT_TARGET: "*"
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
async function main() {
|
||||
// Check if we're in staged mode
|
||||
|
|
@ -2867,6 +2869,7 @@ jobs:
|
|||
GITHUB_AW_PR_DRAFT: "true"
|
||||
GITHUB_AW_PR_IF_NO_CHANGES: "warn"
|
||||
with:
|
||||
github-token: ${{ secrets.DSYME_GH_TOKEN}}
|
||||
script: |
|
||||
/** @type {typeof import("fs")} */
|
||||
const fs = require("fs");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue