We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3babb commit a006101Copy full SHA for a006101
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@v3
+ uses: getsentry/action-github-app-token@v3.1
26
with:
27
app_id: ${{ secrets.APP_ID }}
28
private_key: ${{ secrets.APP_PRIVATE_KEY }}
package.json
@@ -46,7 +46,7 @@
46
},
47
"dependencies": {
48
"@actions/core": "^1.10.1",
49
- "@octokit/auth-app": "^6.0.3",
+ "@octokit/auth-app": "^7.1.1",
50
"@octokit/rest": "^20.0.2"
51
52
"devDependencies": {
0 commit comments