File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
48
48
- name : Fetch testing oidc token
49
49
uses : sigstore-conformance/extremely-dangerous-public-oidc-beacon@b517a742e5a3db9e3cbf8e2e1c792b36982f78db # main
50
50
- name : Sign
51
- run : python -m sigstore --staging sign --identity-token $(cat oidc-token.txt) README.md
51
+ run : python -m sigstore --staging sign --identity-token $(cat oidc-token.txt) test/assets/a.txt
52
52
- name : upload signature bundle
53
53
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54
54
with :
55
55
name : ${{ matrix.os }}-bundle
56
- path : README.md .sigstore.json
56
+ path : test/assets/a.txt .sigstore.json
57
57
if-no-files-found : error
58
58
retention-days : 1
59
59
verify :
83
83
run : |
84
84
python -m sigstore --staging verify github --verbose \
85
85
--cert-identity "https://github.com/sigstore-conformance/extremely-dangerous-public-oidc-beacon/.github/workflows/extremely-dangerous-oidc-beacon.yml@refs/heads/main" \
86
- README.md
86
+ --bundle a.txt.sigstore.json \
87
+ test/assets/a.txt
You can’t perform that action at this time.
0 commit comments