mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
ci: Limit permissions for the docker publish workflow (@fehmer) (#6199)
This commit is contained in:
parent
16e92d35cf
commit
fc6564289c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/publish-docker-images.yml
vendored
4
.github/workflows/publish-docker-images.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: Publish Docker image
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue