File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 88 build-artifacts :
99 runs-on : ${{ matrix.systems.runner }}
1010 permissions :
11- id-token : " write"
12- contents : " read"
11+ id-token : write
12+ contents : read
1313 env :
1414 ARTIFACT_KEY : flake-checker-${{ matrix.systems.system }}
1515 strategy :
Original file line number Diff line number Diff line change 99 checks :
1010 name : Nix and Rust checks
1111 runs-on : ubuntu-24.04
12+ permissions :
13+ id-token : write
14+ contents : read
1215 steps :
1316 - uses : actions/checkout@v4
1417 - uses : DeterminateSystems/determinate-nix-action@main
2730 rust-tests :
2831 name : Test Rust
2932 runs-on : ubuntu-24.04
33+ permissions :
34+ id-token : write
35+ contents : read
3036 steps :
3137 - uses : actions/checkout@v4
3238 - uses : DeterminateSystems/determinate-nix-action@main
3743 check-flake-cel-condition :
3844 name : Check flake.lock test (CEL condition)
3945 runs-on : ubuntu-24.04
46+ permissions :
47+ id-token : write
48+ contents : read
4049 steps :
4150 - uses : actions/checkout@v4
4251 - uses : DeterminateSystems/determinate-nix-action@main
5160 check-flake-dirty :
5261 name : Check flake.lock test (dirty 😈)
5362 runs-on : ubuntu-24.04
63+ permissions :
64+ id-token : write
65+ contents : read
5466 steps :
5567 - uses : actions/checkout@v4
5668 - uses : DeterminateSystems/determinate-nix-action@main
6274 check-flake-clean :
6375 name : Check flake.lock test (clean 👼)
6476 runs-on : ubuntu-24.04
77+ permissions :
78+ id-token : write
79+ contents : read
6580 steps :
6681 - uses : actions/checkout@v4
6782 - uses : DeterminateSystems/determinate-nix-action@main
7489 name : Check flake.lock test (dirty 😈 plus fail mode activated)
7590 runs-on : ubuntu-24.04
7691 if : false
92+ permissions :
93+ id-token : write
94+ contents : read
7795 steps :
7896 - uses : actions/checkout@v4
7997 - uses : DeterminateSystems/determinate-nix-action@main
Original file line number Diff line number Diff line change 77jobs :
88 check-ref-statuses :
99 runs-on : ubuntu-latest
10+ permissions :
11+ id-token : write
12+ contents : read
1013 steps :
1114 - uses : actions/checkout@v4
1215
Original file line number Diff line number Diff line change 88jobs :
99 lockfile :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ id-token : write
13+ contents : read
1114 steps :
1215 - uses : actions/checkout@v4
1316 - uses : DeterminateSystems/determinate-nix-action@main
You can’t perform that action at this time.
0 commit comments