Skip to content

Commit d646283

Browse files
authored
Merge pull request #4918 from FlowFuse/zj-ci-fix
ci: Remove app-id warning
2 parents 2fd905e + 6c76436 commit d646283

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: generate_token
2727
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2828
with:
29-
app-id: ${{ secrets.GH_BOT_APP_ID }}
29+
client-id: ${{ secrets.GH_BOT_APP_ID }}
3030
private-key: ${{ secrets.GH_BOT_APP_KEY }}
3131
owner: ${{ github.repository_owner }}
3232
- name: Check out FlowFuse/blueprint-library repository (to access the blueprints)

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: generate_token
1111
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1212
with:
13-
app-id: ${{ secrets.GH_CI_READONLY_APP_ID }}
13+
client-id: ${{ secrets.GH_CI_READONLY_APP_ID }}
1414
private-key: ${{ secrets.GH_CI_READONLY_APP_KEY }}
1515
owner: ${{ github.repository_owner }}
1616
repositories: |

0 commit comments

Comments
 (0)