We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1347cf1 commit 9f200c8Copy full SHA for 9f200c8
.github/workflows/ruby.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Install my-app token
28
id: my-app
29
- uses: getsentry/action-github-app-token@v2
+ uses: getsentry/action-github-app-token@v3
30
with:
31
app_id: ${{ secrets.APP_ID }}
32
private_key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments