Skip to content

fix(release): PAT-free tag-and-release that triggers publish; v0.1.2 - #10

Merged
TMHSDigital merged 1 commit into
mainfrom
fix/release-pat-free
Jun 14, 2026
Merged

fix(release): PAT-free tag-and-release that triggers publish; v0.1.2#10
TMHSDigital merged 1 commit into
mainfrom
fix/release-pat-free

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

RELEASE_PAT in CI is read-only (push denied with 403), so release.yml could not push tags or create the release. Use the default GITHUB_TOKEN (contents: write) to push tags and create the release, then dispatch publish.yml explicitly (a GITHUB_TOKEN release does not auto-trigger it). No PAT dependency. Bumps to 0.1.2 to exercise the full automatic chain on merge.

RELEASE_PAT in CI is read-only (push denied 403), so the prior release.yml
could neither push tags nor create the release. Use the default GITHUB_TOKEN
(contents: write) to push tags and create the release, then dispatch
publish.yml explicitly (a GITHUB_TOKEN release does not trigger it). No
dependency on a personal access token. Bump to 0.1.2 to exercise the chain.

Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
@github-actions github-actions Bot added the ci label Jun 14, 2026
@TMHSDigital
TMHSDigital merged commit 53d8b2e into main Jun 14, 2026
6 checks passed
@TMHSDigital
TMHSDigital deleted the fix/release-pat-free branch June 14, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant