We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9467377 + bd5ed44 commit 917b5c0Copy full SHA for 917b5c0
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,10 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
17
jobs:
18
release:
19
name: Release
20
- runs-on: blacksmith-4vcpu-ubuntu-2404
+ # 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
24
steps:
25
- name: Checkout Repo
26
uses: actions/checkout@v6
0 commit comments