File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1717 name : Test
1818 timeout-minutes : 3
1919 runs-on : ubuntu-latest
20+ permissions :
21+ contents : read
2022 steps :
2123 - uses : actions/checkout@v5
2224
4547 name : Audit
4648 timeout-minutes : 3
4749 runs-on : ubuntu-latest
50+ permissions :
51+ contents : read
4852 steps :
4953 - uses : actions/checkout@v5
5054
6367 name : Lint
6468 timeout-minutes : 3
6569 runs-on : ubuntu-latest
70+ permissions :
71+ contents : read
6672 steps :
6773 - uses : actions/checkout@v5
6874
Original file line number Diff line number Diff line change 1717 name : Set Env Vars
1818 timeout-minutes : 1
1919 runs-on : ubuntu-latest
20+ permissions :
21+ contents : read
2022 steps :
2123 - name : Set up DEV Environment Variables
2224 if : github.base_ref == 'dev'
7274 name : Tofu Format
7375 timeout-minutes : 3
7476 runs-on : ubuntu-latest
77+ permissions :
78+ contents : read
7579 steps :
7680 - uses : actions/checkout@v5
7781
Original file line number Diff line number Diff line change 1818 name : Set Env Vars
1919 timeout-minutes : 1
2020 runs-on : ubuntu-latest
21+ permissions :
22+ contents : read
2123 steps :
2224 - name : Set up DEV Environment Variables
2325 if : github.ref == 'refs/heads/dev'
You can’t perform that action at this time.
0 commit comments