We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da86e72 commit 172d918Copy full SHA for 172d918
.github/workflows/device-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Authenticate using GitHub App
57
id: auth
58
- uses: tibdex/github-app-token@v1
+ uses: tibdex/github-app-token@v2
59
with:
60
app_id: ${{ vars.READ_ONLY_CONTENT_APP_ID }}
61
private_key: ${{ secrets.READ_ONLY_CONTENT_APP_PRIVATE_KEY }}
0 commit comments