Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
attestations: write
id-token: write
repository-projects: write
uses: celo-org/reusable-workflows/.github/workflows/npm-publish.yaml@develop
uses: celo-org/reusable-workflows/.github/workflows/npm-publish.yaml@develop-npm-publishing-oidc

Choose a reason for hiding this comment

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

P1 Badge Pin reusable workflow to a stable ref

Switching the release job to @develop-npm-publishing-oidc makes production releases depend on a feature branch in another repository; if that branch is renamed, deleted, or force-pushed, pushes to master/hotfixes will fail to start the publish workflow and block package releases. Please reference an immutable tag or commit SHA instead of this temporary branch name.

Useful? React with 👍 / 👎.

with:
node-version: 20
version-command: yarn version-then-update-files
Expand Down
Loading