Skip to content

Commit 28ee15c

Browse files
fix: add github workflow permissions
1 parent 63b6300 commit 28ee15c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
# Allows you to run this workflow manually from the Actions tab
2020
workflow_dispatch:
2121

22+
permissions:
23+
actions: read
24+
contents: read
25+
security-events: write
26+
2227
jobs:
2328
push_to_registry:
2429
name: Push Docker image to Docker Hub

0 commit comments

Comments
 (0)