From af8058f968a882a47a571cf6d667ffd2065b0fe3 Mon Sep 17 00:00:00 2001 From: Patrick Wolf Date: Thu, 14 Mar 2024 13:28:13 -0700 Subject: [PATCH 1/2] chore: fix cicd --- .github/workflows/nx-cloud-agents.yml | 4 ++-- .github/workflows/nx-cloud-main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nx-cloud-agents.yml b/.github/workflows/nx-cloud-agents.yml index b69934e..eabd05d 100644 --- a/.github/workflows/nx-cloud-agents.yml +++ b/.github/workflows/nx-cloud-agents.yml @@ -94,8 +94,8 @@ jobs: if: ${{ inputs.enable-github-app }} uses: tibdex/github-app-token@v1 with: - app_id: ${{ secrets.BOT_APP_ID }} - private_key: ${{ secrets.BOT_PRIVATE_KEY }} + app_id: ${{ secrets.RELEASE_BOT_APP_ID }} + private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - uses: actions/checkout@v3 with: diff --git a/.github/workflows/nx-cloud-main.yml b/.github/workflows/nx-cloud-main.yml index 637f926..b30539c 100644 --- a/.github/workflows/nx-cloud-main.yml +++ b/.github/workflows/nx-cloud-main.yml @@ -101,8 +101,8 @@ jobs: if: ${{ inputs.enable-github-app }} uses: tibdex/github-app-token@v1 with: - app_id: ${{ secrets.BOT_APP_ID }} - private_key: ${{ secrets.BOT_PRIVATE_KEY }} + app_id: ${{ secrets.RELEASE_BOT_APP_ID }} + private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - uses: actions/checkout@v3 name: Checkout [Pull Request] From b4c7b27baddd613e2bfd4e705d342020b497ee9c Mon Sep 17 00:00:00 2001 From: Patrick Wolf Date: Thu, 14 Mar 2024 13:34:27 -0700 Subject: [PATCH 2/2] chore: fix cicd --- .github/workflows/nx-cloud-agents.yml | 4 ++-- .github/workflows/nx-cloud-main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nx-cloud-agents.yml b/.github/workflows/nx-cloud-agents.yml index eabd05d..b69934e 100644 --- a/.github/workflows/nx-cloud-agents.yml +++ b/.github/workflows/nx-cloud-agents.yml @@ -94,8 +94,8 @@ jobs: if: ${{ inputs.enable-github-app }} uses: tibdex/github-app-token@v1 with: - app_id: ${{ secrets.RELEASE_BOT_APP_ID }} - private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} + app_id: ${{ secrets.BOT_APP_ID }} + private_key: ${{ secrets.BOT_PRIVATE_KEY }} - uses: actions/checkout@v3 with: diff --git a/.github/workflows/nx-cloud-main.yml b/.github/workflows/nx-cloud-main.yml index b30539c..637f926 100644 --- a/.github/workflows/nx-cloud-main.yml +++ b/.github/workflows/nx-cloud-main.yml @@ -101,8 +101,8 @@ jobs: if: ${{ inputs.enable-github-app }} uses: tibdex/github-app-token@v1 with: - app_id: ${{ secrets.RELEASE_BOT_APP_ID }} - private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} + app_id: ${{ secrets.BOT_APP_ID }} + private_key: ${{ secrets.BOT_PRIVATE_KEY }} - uses: actions/checkout@v3 name: Checkout [Pull Request]