Skip to content

Commit 27ad0b8

Browse files
Set github token readonly permissions
1 parent 87b50ad commit 27ad0b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Docker
22

33
on: [push]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
docker:
710
name: Build Docker Image (${{ matrix.platform }})

0 commit comments

Comments
 (0)