Skip to content

Commit 3a59c84

Browse files
authored
Grant actions write permission in Docker workflow
2 parents fe9bd2f + 951539a commit 3a59c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: read
13+
actions: write
1314

1415
jobs:
1516
test:

0 commit comments

Comments
 (0)