From 86b993806f8cc455ab145d189f0523917d2fe095 Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Tue, 10 Jan 2023 16:06:03 +0300 Subject: [PATCH] Update README.md (#55) Update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}