summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2022-09-25 17:11:15 +0700
committerSelwin Ong <selwin.ong@gmail.com>2022-09-25 17:11:15 +0700
commit48e821ecd0000ae16e2a6a8ecb649025a205ae37 (patch)
treef8404fea240f9f521db754f9f1c6e8d4857af729 /.github
parent7b6250c7efa6cea74f6edaf48345eab930c1101c (diff)
downloadrq-48e821ecd0000ae16e2a6a8ecb649025a205ae37.tar.gz
Add packages write permission to docker workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 622ad94..b9123a1 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -8,7 +8,8 @@ on:
permissions:
- contents: read # to fetch code (actions/checkout)
+ contents: read write # to fetch code (actions/checkout)
+ packages: write
jobs:
push: