File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- " *"
7
7
8
- permissions :
9
- contents : write
10
- id-token : write
11
- attestations : write
8
+ permissions : {}
12
9
13
10
jobs :
14
11
release :
12
+ permissions :
13
+ contents : write
15
14
runs-on : ubuntu-latest
16
15
17
16
steps :
34
33
env :
35
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
35
37
- - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # pin@v2
36
+ - name : upload artifact
37
+
38
38
with :
39
- subject-path : " dist/"
39
+ name : gh-combine
40
+ path : dist/
41
+
42
+ sign :
43
+ needs : release
44
+ permissions :
45
+ id-token : write
46
+ attestations : write
47
+ contents : read
48
+ uses : github/salsa/.github/workflows/sign-artifact.yml@main
49
+ with :
50
+ name : gh-combine
51
+ artifact-path : dist/
52
+
53
+ verify :
54
+ needs : sign
55
+ uses : github/salsa/.github/workflows/verify.yml@main
56
+ with :
57
+ name : gh-combine
58
+ artifact-path : dist/
You can’t perform that action at this time.
0 commit comments