소스 검색

Fix GitHub workflow secrets permissions

Zed 1 년 전
부모
커밋
7702576369
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/build-docker.yml

+ 1 - 0
.github/workflows/build-docker.yml

@@ -10,6 +10,7 @@ on:
 jobs:
   tests:
     uses: ./.github/workflows/run-tests.yml
+    secrets: inherit
   build-docker-amd64:
     needs: [tests]
     runs-on: buildjet-2vcpu-ubuntu-2204