Merge pull request #722 from PicPeak/fix/release-please-gh-repo
fix: set GH_REPO in release-please auto-merge step
This commit is contained in:
@@ -41,6 +41,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
RELEASE_PAT: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||||
|
# This job has no checkout, so gh can't infer the repo from a git
|
||||||
|
# remote — set it explicitly (same pattern as whatsnew, 2a5f0a8).
|
||||||
|
GH_REPO: ${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$RELEASE_PAT" ]; then
|
if [ -z "$RELEASE_PAT" ]; then
|
||||||
echo "RELEASE_PLEASE_TOKEN not set — skipping auto-merge (manual review still required)."
|
echo "RELEASE_PLEASE_TOKEN not set — skipping auto-merge (manual review still required)."
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
RELEASE_PAT: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||||
|
# No checkout in this job — set the repo explicitly so gh works
|
||||||
|
# without a git remote (same pattern as whatsnew, 2a5f0a8).
|
||||||
|
GH_REPO: ${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$RELEASE_PAT" ]; then
|
if [ -z "$RELEASE_PAT" ]; then
|
||||||
echo "RELEASE_PLEASE_TOKEN not set — skipping auto-merge (manual review still required)."
|
echo "RELEASE_PLEASE_TOKEN not set — skipping auto-merge (manual review still required)."
|
||||||
|
|||||||
Reference in New Issue
Block a user