Skip to content

Commit 087f432

Browse files
committed
ci: fix permission issue
1 parent f830cda commit 087f432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ jobs:
221221
needs: merge
222222
runs-on: ubuntu-latest
223223
if: github.event_name != 'pull_request'
224+
permissions:
225+
contents: read
226+
security-events: write
224227
steps:
225228
- name: Harden the runner (Audit all outbound calls)
226229
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1

0 commit comments

Comments
 (0)