Skip to content

Commit 7b01e85

Browse files
committed
fix: add permissions section for workflow
1 parent 9af7251 commit 7b01e85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/server.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
- ".github/workflows/server-Dockerfile"
1919
- ".github/workflows/server-docker-entrypoint.sh"
2020

21+
permissions:
22+
contents: read
23+
packages: write
24+
2125
env:
2226
REGISTRY_IMAGE: ghcr.io/42core-team/game-server
2327

0 commit comments

Comments
 (0)