File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ permissions:
1313jobs :
1414 build-distribution :
1515 permissions :
16+ artifact-metadata : write
1617 attestations : write
17- id-token : write
1818 contents : write
19+ id-token : write
1920 runs-on : ubuntu-latest
2021 steps :
2122 - uses : actions/checkout@v6
3536
3637 packages :
3738 permissions :
39+ artifact-metadata : write
3840 attestations : write
39- id-token : write
4041 contents : write
42+ id-token : write
4143 runs-on : ubuntu-latest
4244 steps :
4345 - uses : actions/checkout@v6
@@ -108,9 +110,10 @@ jobs:
108110 - build-distribution
109111 runs-on : ubuntu-latest
110112 permissions :
113+ artifact-metadata : write
111114 attestations : write
112- id-token : write
113115 contents : write
116+ id-token : write
114117 strategy :
115118 fail-fast : false
116119 matrix :
You can’t perform that action at this time.
0 commit comments