Skip to content

ci: Allow nightly release version check to push#6510

Merged
franciscojavierarceo merged 1 commit into
masterfrom
codex/fix-nightly-sdk-permissions
Jun 12, 2026
Merged

ci: Allow nightly release version check to push#6510
franciscojavierarceo merged 1 commit into
masterfrom
codex/fix-nightly-sdk-permissions

Conversation

@franciscojavierarceo

Copy link
Copy Markdown
Member

What changed

  • Grants the nightly Python SDK release workflow contents: write permission.

Why

The scheduled run on June 12 failed in get-nightly-version before publishing. semantic-release --dry-run performs a Git push permission check, and the workflow token only had read-only contents permission:

EGITNOPERMISSION Cannot push to the Git repository
Permission to feast-dev/feast.git denied to github-actions[bot]

Run: https://github.com/feast-dev/feast/actions/runs/27413013933

Validation

  • Parsed .github/workflows/nightly_python_sdk_release.yml with PyYAML.
  • Ran git diff --check on the touched workflow file.
  • Commit hook passed, including Detect secrets.

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
@franciscojavierarceo franciscojavierarceo marked this pull request as ready for review June 12, 2026 15:47
@franciscojavierarceo franciscojavierarceo merged commit 6c5ccb8 into master Jun 12, 2026
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant