1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

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