Skip to content

Commit fc65642

Browse files
authored
ci: Limit permissions for the docker publish workflow (@fehmer) (monkeytypegame#6199)
1 parent 16e92d3 commit fc65642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-docker-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish Docker image
22

3+
4+
permissions:
5+
contents: read
6+
37
on:
48
release:
59
types: [published]

0 commit comments

Comments
 (0)