Skip to content

Commit 25437a7

Browse files
committed
test: debug
1 parent 0bfd63f commit 25437a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: app-token
4040
uses: tibdex/github-app-token@v1
4141
with:
42-
app_id: ${{ secrets.TAOSDATA_BOT_ID }}
42+
app_id: ${{ vars.TAOSDATA_BOT_ID }}
4343
private_key: ${{ secrets.TAOSDATA_BOT_KEY }}
4444

4545
# - name: Get Available Runners
@@ -153,7 +153,7 @@ jobs:
153153
id: app-token
154154
uses: tibdex/github-app-token@v1
155155
with:
156-
app_id: ${{ secrets.TAOSDATA_BOT_ID }}
156+
app_id: ${{ vars.TAOSDATA_BOT_ID }}
157157
private_key: ${{ secrets.TAOSDATA_BOT_KEY }}
158158

159159

0 commit comments

Comments
 (0)