3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-30 03:02:29 +00:00

update token

This commit is contained in:
Don Syme 2025-09-16 16:25:14 +01:00
parent 1aeef3bf81
commit 40a60f10ce
4 changed files with 13 additions and 4 deletions

View file

@ -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:40
# Effective stop-time: 2025-09-18 15:25:05
name: "Daily Test Coverage Improver"
"on":
@ -541,7 +541,7 @@ jobs:
WORKFLOW_NAME="Daily Test Coverage Improver"
# Check stop-time limit
STOP_TIME="2025-09-18 12:10:40"
STOP_TIME="2025-09-18 15:25:05"
echo "Checking stop-time limit: $STOP_TIME"
# Convert stop time to epoch seconds
@ -2417,6 +2417,7 @@ jobs:
GITHUB_AW_AGENT_OUTPUT: ${{ needs.daily-test-coverage-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
@ -2616,6 +2617,7 @@ jobs:
GITHUB_AW_AGENT_OUTPUT: ${{ needs.daily-test-coverage-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
@ -2838,6 +2840,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");
@ -3158,6 +3161,7 @@ jobs:
GITHUB_AW_UPDATE_BODY: true
GITHUB_AW_UPDATE_TARGET: "*"
with:
github-token: ${{ secrets.DSYME_GH_TOKEN}}
script: |
async function main() {
// Check if we're in staged mode