浏览代码

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

Joe Chen 3 年之前
父节点
当前提交
da56873d37
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/docker.yml

+ 1 - 0
.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' }}