Skip to content

Commit f206792

Browse files
committed
Add permissions for CI workflow
1 parent b0c2e5d commit f206792

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci-build-keycloak.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ on:
88
tags:
99
- '*'
1010

11+
permissions:
12+
actions: read
13+
checks: read
14+
contents: read
15+
packages: write
16+
repository-projects: read
17+
statuses: read
18+
1119
jobs:
12-
1320
build_image:
1421
runs-on: ubuntu-22.04
1522
steps:

0 commit comments

Comments
 (0)