diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe0cb89..c75011d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # default GITHUB_TOKEN) so CI runs on the PR without a manual approval # gate. Best-effort: falls back to GITHUB_TOKEN when the App secrets or # installation are absent. - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token continue-on-error: true with: