diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 21c0e4424..204795592 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -20,7 +20,7 @@ jobs: with: package: "@octokit/webhooks-examples" version: ${{ github.event.release.tag_name }} - - uses: gr2m/release-notifier-action@v1 + - uses: gr2m/release-notifier-action@v2 with: app_id: ${{ secrets.RELEASE_NOTIFIER_APP_ID }} private_key: ${{ secrets.RELEASE_NOTIFIER_APP_PRIVATE_KEY }}