diff --git a/README.md b/README.md index 8f14867..e7203fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You will need to provide the GitHub App ID and private key. The action will then ``` - name: my-app-install token id: my-app - uses: getsentry/action-github-app-token@v1 + uses: getsentry/action-github-app-token@v2 with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }}