Skip to content

Commit 93e695b

Browse files
committed
docs : Add permissions in docker CI
1 parent fb711cb commit 93e695b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-CI.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on: [workflow_dispatch]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
8+
permissions:
9+
contents: read
10+
packages: write
11+
912
steps:
1013
- name: Checkout code
1114
uses: actions/checkout@v2

0 commit comments

Comments
 (0)