소스 검색

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