We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c9e23 commit 86b9938Copy full SHA for 86b9938
README.md
@@ -22,7 +22,7 @@ You will need to provide the GitHub App ID and private key. The action will then
22
```
23
- name: my-app-install token
24
id: my-app
25
- uses: getsentry/action-github-app-token@v1
+ uses: getsentry/action-github-app-token@v2
26
with:
27
app_id: ${{ secrets.APP_ID }}
28
private_key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments