Skip to content

fix: Broken release workflow#221

Merged
arpit-jn merged 1 commit into
masterfrom
fix/release-workflow
May 28, 2026
Merged

fix: Broken release workflow#221
arpit-jn merged 1 commit into
masterfrom
fix/release-workflow

Conversation

@arpit-jn

Copy link
Copy Markdown
Contributor

Changes

Fixes the release workflow that was broken when the RL scanner was added (PR #198). The publish pipeline was failing due to missing permissions and incorrect trigger configuration.

  • publish.yml: Added pull_request: closed trigger to enable auto-release on merged release PRs. Changed contents: read to contents: write to fix AWS OIDC authentication for the RL scanner. Removed unused workflow_dispatch branch input.
  • rl-scanner.yml: Updated actions/checkout from v4 to v6, removed hardcoded ref and fetch-depth overrides.
  • ruby-release.yml: Updated actions/checkout from v4 to v6, removed hardcoded ref override.

References

Testing

CI workflow changes validated by triggering the publish workflow after merge.

  • This change adds unit test coverage
  • This change has been tested on the latest version of the platform/language or why not — CI workflow changes, not applicable for unit testing

Checklist

@arpit-jn arpit-jn requested a review from a team as a code owner May 28, 2026 12:55
@arpit-jn arpit-jn changed the title fix: Align release workflow with ruby-auth0 to fix broken publish pip… fix: Broken release workflow May 28, 2026

@kishore7snehil kishore7snehil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@arpit-jn arpit-jn merged commit e5e4907 into master May 28, 2026
5 checks passed
@arpit-jn arpit-jn deleted the fix/release-workflow branch May 28, 2026 13:10
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.

2 participants