We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7c1d8 commit 7702576Copy full SHA for 7702576
.github/workflows/build-docker.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
tests:
12
uses: ./.github/workflows/run-tests.yml
13
+ secrets: inherit
14
build-docker-amd64:
15
needs: [tests]
16
runs-on: buildjet-2vcpu-ubuntu-2204
0 commit comments