Skip to content

Commit d11a890

Browse files
committed
[build] Fix permissions in Continuous Integration GH Workflow
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent 2324aaf commit d11a890

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
build:
2121
# The type of runner that the job will run on
2222
runs-on: ${{ matrix.os }}
23+
24+
permissions:
25+
contents: read
26+
actions: write
27+
2328
strategy:
2429
fail-fast: false
2530
matrix:

0 commit comments

Comments
 (0)