diff --git a/.github/workflows/create-implementation-from-issue-local.yml b/.github/workflows/create-implementation-from-issue-local.yml index 42eb27c0..6b813ce0 100644 --- a/.github/workflows/create-implementation-from-issue-local.yml +++ b/.github/workflows/create-implementation-from-issue-local.yml @@ -31,4 +31,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/create-spec-from-issue-local.yml b/.github/workflows/create-spec-from-issue-local.yml index b2ade69c..86b40cbb 100644 --- a/.github/workflows/create-spec-from-issue-local.yml +++ b/.github/workflows/create-spec-from-issue-local.yml @@ -31,4 +31,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/enforce-pr-issue-state.yml b/.github/workflows/enforce-pr-issue-state.yml index 8bf8bf7c..7535daf6 100644 --- a/.github/workflows/enforce-pr-issue-state.yml +++ b/.github/workflows/enforce-pr-issue-state.yml @@ -36,4 +36,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/respond-to-pr-comment-local.yml b/.github/workflows/respond-to-pr-comment-local.yml index b286d85e..92e43284 100644 --- a/.github/workflows/respond-to-pr-comment-local.yml +++ b/.github/workflows/respond-to-pr-comment-local.yml @@ -21,4 +21,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/respond-to-triaged-issue-comment-local.yml b/.github/workflows/respond-to-triaged-issue-comment-local.yml index a30c746e..c47b9e45 100644 --- a/.github/workflows/respond-to-triaged-issue-comment-local.yml +++ b/.github/workflows/respond-to-triaged-issue-comment-local.yml @@ -19,4 +19,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/review-pull-request.yml b/.github/workflows/review-pull-request.yml index c05ca169..f3a1d14d 100644 --- a/.github/workflows/review-pull-request.yml +++ b/.github/workflows/review-pull-request.yml @@ -138,4 +138,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/triage-new-issues-local.yml b/.github/workflows/triage-new-issues-local.yml index f1eb63d9..57d446f0 100644 --- a/.github/workflows/triage-new-issues-local.yml +++ b/.github/workflows/triage-new-issues-local.yml @@ -57,4 +57,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/trigger-implementation-on-plan-approved-local.yml b/.github/workflows/trigger-implementation-on-plan-approved-local.yml index c7e46e39..d361442c 100644 --- a/.github/workflows/trigger-implementation-on-plan-approved-local.yml +++ b/.github/workflows/trigger-implementation-on-plan-approved-local.yml @@ -19,4 +19,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/update-dedupe-local.yml b/.github/workflows/update-dedupe-local.yml index 4be31920..05a799d7 100644 --- a/.github/workflows/update-dedupe-local.yml +++ b/.github/workflows/update-dedupe-local.yml @@ -20,4 +20,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/update-pr-review-local.yml b/.github/workflows/update-pr-review-local.yml index af36812a..b1da1ac8 100644 --- a/.github/workflows/update-pr-review-local.yml +++ b/.github/workflows/update-pr-review-local.yml @@ -20,4 +20,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/update-triage-local.yml b/.github/workflows/update-triage-local.yml index 7b233d30..073480a9 100644 --- a/.github/workflows/update-triage-local.yml +++ b/.github/workflows/update-triage-local.yml @@ -20,4 +20,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} diff --git a/.github/workflows/verify-pr-comment-local.yml b/.github/workflows/verify-pr-comment-local.yml index 2f2daa7f..9c4ff12b 100644 --- a/.github/workflows/verify-pr-comment-local.yml +++ b/.github/workflows/verify-pr-comment-local.yml @@ -15,4 +15,4 @@ jobs: secrets: OZ_MGMT_GHA_APP_ID: ${{ secrets.OZ_MGMT_GHA_APP_ID }} OZ_MGMT_GHA_PRIVATE_KEY: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }} - WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }} + OSS_WARP_API_KEY: ${{ secrets.OSS_WARP_API_KEY }}