Skip to content

Commit 7702576

Browse files
committed
Fix GitHub workflow secrets permissions
1 parent fb7c1d8 commit 7702576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
tests:
1212
uses: ./.github/workflows/run-tests.yml
13+
secrets: inherit
1314
build-docker-amd64:
1415
needs: [tests]
1516
runs-on: buildjet-2vcpu-ubuntu-2204

0 commit comments

Comments
 (0)