File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 66 # Prevent running this on forks
77 if : github.repository_owner == 'flybywiresim'
88 runs-on : ubuntu-latest
9+ permissions :
10+ contents : read
911 steps :
1012 - name : Checkout source
1113 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99 # Prevent running this on forks
1010 if : github.repository_owner == 'flybywiresim'
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : read
1214 steps :
1315 - name : Checkout source
1416 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99 # Prevent running this on forks
1010 if : github.repository_owner == 'flybywiresim'
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : read
1214 steps :
1315 - name : Checkout source
1416 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments