Skip to content

Commit 7cf512b

Browse files
committed
fix: add ci secrets
1 parent 0655bd3 commit 7cf512b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@ jobs:
4545
with:
4646
fail-on-unsigned: true
4747

48-
# TODO: Enable after first signed release (just release X.Y.Z runs auths artifact sign dist/index.js)
4948
verify-artifacts:
5049
runs-on: ubuntu-latest
5150
needs: build-and-test
5251
steps:
5352
- uses: actions/checkout@v4
5453
with:
5554
fetch-depth: 0
56-
55+
5756
- name: Verify dist/index.js attestation
5857
uses: ./
5958
with:
60-
identity-bundle: ... # provide bundle path or inline JSON
59+
identity-bundle-json: ${{ secrets.AUTHS_CI_IDENTITY_BUNDLE }}
6160
artifact-paths: 'dist/index.js'
6261
fail-on-unattested: true

0 commit comments

Comments
 (0)