Skip to content

chore(npm): Attempt1 to fix issue with Trusted Publishers when using reusable workflows#50

Merged
gnbm merged 2 commits intomainfrom
gm/release-action-fix1
Nov 16, 2025
Merged

chore(npm): Attempt1 to fix issue with Trusted Publishers when using reusable workflows#50
gnbm merged 2 commits intomainfrom
gm/release-action-fix1

Conversation

@gnbm
Copy link
Contributor

@gnbm gnbm commented Nov 16, 2025

What is the current behavior?

  • Permissions mismatches running GitHub actions

GitHub Issue Number: N/A

What is the new behavior?

  • Fixed permissions mismatch:

release-orchestrator.yml (contents: write, id-token: write)
├─→ release-dev.yml (contents: write, id-token: write)
│ └─→ publish-npm.yml (contents: write, id-token: write) ✅
└─→ release-production.yml (contents: write, id-token: write) ✅

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

  • Run pipelines after merge

Other information

@gnbm gnbm requested a review from a team as a code owner November 16, 2025 16:21
@gnbm gnbm added Bug: Validated This PR or Issue is verified to be a bug within Stencil github_actions labels Nov 16, 2025
@gnbm gnbm merged commit 5fda9ff into main Nov 16, 2025
3 checks passed
@gnbm gnbm deleted the gm/release-action-fix1 branch November 16, 2025 16:27
@gnbm gnbm changed the title bug(npm): Attempt1 to fix issue with Trusted Publishers when using reusable workflows chore(npm): Attempt1 to fix issue with Trusted Publishers when using reusable workflows Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug: Validated This PR or Issue is verified to be a bug within Stencil github_actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments