Skip to content

fix: simplify secrets inheritance in release workflow - #23

Merged
roble merged 2 commits into
mainfrom
dev
Mar 7, 2026
Merged

fix: simplify secrets inheritance in release workflow#23
roble merged 2 commits into
mainfrom
dev

Conversation

@roble

@roble roble commented Mar 7, 2026

Copy link
Copy Markdown
Collaborator

This pull request makes a small update to the GitHub Actions workflow configuration. The change simplifies how secrets are managed by switching to inheriting secrets from the workflow environment instead of specifying them individually.

Copilot AI review requested due to automatic review settings March 7, 2026 18:27

Copilot AI 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.

Pull request overview

This PR updates the release GitHub Actions workflow to simplify secret passing to a reusable workflow by inheriting secrets instead of mapping them individually.

Changes:

  • Replace explicit APP_ID / APP_PRIVATE_KEY secret mapping with secrets: inherit for the reusable semantic-release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml Outdated
@roble
roble merged commit 9205212 into main Mar 7, 2026
3 of 4 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.

2 participants