File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 types :
77 - published
88
9+ # Do not add permissions here! Configure them at the job level!
10+ permissions : {}
11+
912jobs :
1013 bundle :
1114 name : Bundle
Original file line number Diff line number Diff line change 66 types :
77 - published
88
9+ # Do not add permissions here! Configure them at the job level!
10+ permissions : {}
11+
912jobs :
1013 generate-docs :
1114 name : Generate docs
Original file line number Diff line number Diff line change 66concurrency :
77 group : ${{ github.workflow }}-${{ github.ref }}
88 cancel-in-progress : true
9-
9+
10+ # Do not add permissions here! Configure them at the job level!
11+ permissions : {}
12+
1013jobs :
1114 test-examples-nix :
1215 runs-on : [ubuntu-24.04]
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ concurrency:
77 group : ${{ github.workflow }}-${{ github.ref }}
88 cancel-in-progress : true
99
10- jobs :
10+ # Do not add permissions here! Configure them at the job level!
11+ permissions : {}
1112
13+ jobs :
1214 test-examples-ubuntu :
1315 runs-on : [ubuntu-24.04]
1416 steps :
You can’t perform that action at this time.
0 commit comments