github: give Docker workflow write access to packages (#6678)

This commit is contained in:
Joe Chen
2021-12-18 10:51:22 +08:00
committed by GitHub
parent c6968105e5
commit da56873d37

View File

@@ -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' }}