소스 검색

Add permissions for Docker job to write into packages

tags/v2.1.9^2
9seconds 5 달 전
부모
커밋
3066672353
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      .github/workflows/ci.yaml

+ 3
- 0
.github/workflows/ci.yaml 파일 보기

@@ -93,6 +93,9 @@ jobs:
93 93
     name: Docker
94 94
     runs-on: ubuntu-latest
95 95
     timeout-minutes: 20
96
+    permissions:
97
+      contents: read
98
+      packages: write
96 99
     steps:
97 100
       - name: Checkout
98 101
         uses: actions/checkout@v6

Loading…
취소
저장