Skip to content

Commit 917b5c0

Browse files
authored
Merge pull request #504 from cipherstash/ci/release-github-hosted-for-provenance
ci: run release on github-hosted runner for npm provenance
2 parents 9467377 + bd5ed44 commit 917b5c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1717
jobs:
1818
release:
1919
name: Release
20-
runs-on: blacksmith-4vcpu-ubuntu-2404
20+
# GitHub-hosted (not Blacksmith): npm provenance attestations, which are
21+
# generated automatically by OIDC trusted publishing, are only accepted
22+
# from github-hosted runners — self-hosted runners are rejected with E422.
23+
runs-on: ubuntu-latest
2124
steps:
2225
- name: Checkout Repo
2326
uses: actions/checkout@v6

0 commit comments

Comments
 (0)