diff options
author | Joe Chen <jc@unknwon.io> | 2021-12-18 10:51:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 10:51:22 +0800 |
commit | da56873d37edce3c09e0cf020bdc91d2cc966ec8 (patch) | |
tree | 3cd4574038106615efb3bc5166dd6a57a821b804 /.github | |
parent | c6968105e56fd628e45416c74fe4134edb339c4c (diff) |
github: give Docker workflow write access to packages (#6678)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 1 |
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' }} |