Explorar el Código

Fix GitHub workflow secrets permissions

Zed hace 1 año
padre
commit
7702576369
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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