Skip to content

Commit 7bdef69

Browse files
authored
ci: migrate create-github-app-token to client-id (#45)
1 parent fa09fd4 commit 7bdef69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: app-token
2121
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
with:
23-
app-id: 3060111
23+
client-id: Iv23liKBX2RYMoZIYuKa
2424
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
2525
owner: hotdata-dev
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: app-token
2121
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
with:
23-
app-id: 3060111
23+
client-id: Iv23liKBX2RYMoZIYuKa
2424
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
2525
owner: hotdata-dev
2626

0 commit comments

Comments
 (0)