aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2021-12-18 10:51:22 +0800
committerGitHub <noreply@github.com>2021-12-18 10:51:22 +0800
commitda56873d37edce3c09e0cf020bdc91d2cc966ec8 (patch)
tree3cd4574038106615efb3bc5166dd6a57a821b804 /.github/workflows
parentc6968105e56fd628e45416c74fe4134edb339c4c (diff)
github: give Docker workflow write access to packages (#6678)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 5e1efb89..2db0708a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -15,6 +15,7 @@ jobs:
permissions:
actions: write
contents: read
+ packages: write
steps:
- name: Canel previous runs on main
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}