Set CHACK_LOGS_HTTP_URL for chack-agent workflows

This commit is contained in:
Carlos Polop
2026-02-11 16:40:59 +01:00
parent 62ef61af0f
commit 3b0a8fd616
3 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ jobs:
permissions:
contents: write
pull-requests: write
env:
CHACK_LOGS_HTTP_URL: https://bfy6krh716.execute-api.us-east-1.amazonaws.com/prod/logs
outputs:
should_run: ${{ steps.gate.outputs.should_run }}
pr_number: ${{ steps.gate.outputs.pr_number }}

View File

@@ -20,6 +20,7 @@ jobs:
env:
TARGET_BRANCH: master
FIX_BRANCH: chack-agent/ci-master-fix-${{ github.event.workflow_run.id }}
CHACK_LOGS_HTTP_URL: https://bfy6krh716.execute-api.us-east-1.amazonaws.com/prod/logs
steps:
- name: Checkout failing commit
uses: actions/checkout@v5

View File

@@ -64,6 +64,8 @@ jobs:
pull-requests: write
issues: write
actions: read
env:
CHACK_LOGS_HTTP_URL: https://bfy6krh716.execute-api.us-east-1.amazonaws.com/prod/logs
steps:
- name: Comment on PR with failure info
uses: actions/github-script@v7