diff --git a/.github/workflows/daily-perf-improver.lock.yml b/.github/workflows/daily-perf-improver.lock.yml index 44bb81b1f..be5390567 100644 --- a/.github/workflows/daily-perf-improver.lock.yml +++ b/.github/workflows/daily-perf-improver.lock.yml @@ -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"); diff --git a/.github/workflows/daily-perf-improver.md b/.github/workflows/daily-perf-improver.md index feaebcdfa..6b3b051e2 100644 --- a/.github/workflows/daily-perf-improver.md +++ b/.github/workflows/daily-perf-improver.md @@ -20,6 +20,7 @@ safe-outputs: target: "*" # can add a comment to any one single issue or pull request create-pull-request: draft: true + github-token: ${{ secrets.DSYME_GH_TOKEN}} tools: web-fetch: diff --git a/.github/workflows/daily-test-improver.lock.yml b/.github/workflows/daily-test-improver.lock.yml index 115fbbb71..f5b019b8e 100644 --- a/.github/workflows/daily-test-improver.lock.yml +++ b/.github/workflows/daily-test-improver.lock.yml @@ -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 diff --git a/.github/workflows/daily-test-improver.md b/.github/workflows/daily-test-improver.md index cbdf848ac..c2af05a4e 100644 --- a/.github/workflows/daily-test-improver.md +++ b/.github/workflows/daily-test-improver.md @@ -23,6 +23,7 @@ safe-outputs: target: "*" # can add a comment to any one single issue or pull request create-pull-request: # can create a pull request draft: true + github-token: ${{ secrets.DSYME_GH_TOKEN}} tools: web-fetch: