You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-please.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ jobs:
9
9
release-please:
10
10
runs-on: ubuntu-latest
11
11
steps:
12
+
- name: Release token preflight
13
+
run: |
14
+
if [ -z "${{ secrets.RELEASE_PLEASE_TOKEN }}" ]; then
15
+
echo "::warning::RELEASE_PLEASE_TOKEN is not set. Falling back to GITHUB_TOKEN. If this repository blocks GITHUB_TOKEN from creating pull requests, set RELEASE_PLEASE_TOKEN to a PAT with repo scope."
0 commit comments