Skip to content

Commit b4c7b27

Browse files
committed
chore: fix cicd
1 parent af8058f commit b4c7b27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nx-cloud-agents.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
if: ${{ inputs.enable-github-app }}
9595
uses: tibdex/github-app-token@v1
9696
with:
97-
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
98-
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
97+
app_id: ${{ secrets.BOT_APP_ID }}
98+
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
9999

100100
- uses: actions/checkout@v3
101101
with:

.github/workflows/nx-cloud-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
if: ${{ inputs.enable-github-app }}
102102
uses: tibdex/github-app-token@v1
103103
with:
104-
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
105-
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
104+
app_id: ${{ secrets.BOT_APP_ID }}
105+
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
106106

107107
- uses: actions/checkout@v3
108108
name: Checkout [Pull Request]

0 commit comments

Comments
 (0)