Skip to content

Commit 78ae37c

Browse files
committed
Workflow action fixup: actions/checkout#417 try 2
1 parent 7b661c0 commit 78ae37c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cfr24.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
cfr24:
99
runs-on: self-hosted
10+
permissions:
11+
actions: write
12+
contents: read
1013
container:
1114
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
1215
steps:
@@ -21,6 +24,9 @@ jobs:
2124
scons --platform=cfr24 -j32 --flashable-bootloader
2225
cfr24-updaters:
2326
runs-on: self-hosted
27+
permissions:
28+
actions: write
29+
contents: read
2430
container:
2531
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
2632
steps:

0 commit comments

Comments
 (0)