We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0655bd3 commit 7cf512bCopy full SHA for 7cf512b
1 file changed
.github/workflows/ci.yml
@@ -45,18 +45,17 @@ jobs:
45
with:
46
fail-on-unsigned: true
47
48
- # TODO: Enable after first signed release (just release X.Y.Z runs auths artifact sign dist/index.js)
49
verify-artifacts:
50
runs-on: ubuntu-latest
51
needs: build-and-test
52
steps:
53
- uses: actions/checkout@v4
54
55
fetch-depth: 0
56
-
+
57
- name: Verify dist/index.js attestation
58
uses: ./
59
60
- identity-bundle: ... # provide bundle path or inline JSON
+ identity-bundle-json: ${{ secrets.AUTHS_CI_IDENTITY_BUNDLE }}
61
artifact-paths: 'dist/index.js'
62
fail-on-unattested: true
0 commit comments