Skip to content

Commit fdfc0f4

Browse files
committed
chore(ci): rename app-id to client-id for create-github-app-token v3
1 parent 168971c commit fdfc0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: app-token
1818
uses: actions/create-github-app-token@v3
1919
with:
20-
app-id: ${{ vars.APP_CLIENT_ID }}
20+
client-id: ${{ vars.APP_CLIENT_ID }}
2121
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2222
- name: Install Nix
2323
uses: DeterminateSystems/nix-installer-action@v22

0 commit comments

Comments
 (0)