We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16910e2 commit f587ddcCopy full SHA for f587ddc
1 file changed
.github/workflows/release.yml
@@ -79,9 +79,9 @@ jobs:
79
80
- name: Get GitHub App token
81
id: releaser
82
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
83
with:
84
- app-id: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_APP_ID }}
+ client-id: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_APP_ID }}
85
private-key: ${{ secrets.GH_APP_POSTHOG_DOTNET_RELEASER_PRIVATE_KEY }}
86
87
- name: Checkout
0 commit comments