Skip to content

Commit 2ffc89c

Browse files
committed
Add premissions and default run env
1 parent d61c9f4 commit 2ffc89c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
type: string
99
default: 'ubuntu-24.04'
1010

11+
defaults:
12+
run:
13+
shell: bash
14+
15+
permissions:
16+
contents: read
17+
1118
jobs:
1219
preflight:
1320
runs-on: ${{ inputs.runner }}

0 commit comments

Comments
 (0)