Skip to content

Commit f587ddc

Browse files
authored
chore: use client-id for create-github-app-token (#175)
1 parent 16910e2 commit f587ddc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979

8080
- name: Get GitHub App token
8181
id: releaser
82-
uses: actions/create-github-app-token@v2
82+
uses: actions/create-github-app-token@v3
8383
with:
84-
app-id: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_APP_ID }}
84+
client-id: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_APP_ID }}
8585
private-key: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_PRIVATE_KEY }}
8686

8787
- name: Checkout

0 commit comments

Comments
 (0)