Fix GitHub workflow secrets permissions

This commit is contained in:
Zed 2025-02-12 14:42:05 +01:00
parent fb7c1d8710
commit 7702576369

View file

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