mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-04 01:51:12 +00:00
Fix GitHub workflow secrets permissions
This commit is contained in:
parent
fb7c1d8710
commit
7702576369
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue