Files
hearth/package/gitea/source/modules/actions/jobparser/testdata/has_secrets.out.yaml
T
2026-06-02 08:36:01 +00:00

17 lines
251 B
YAML

name: test
jobs:
job1:
name: job1
runs-on: linux
uses: .gitea/workflows/build.yml
secrets:
secret: hideme
---
name: test
jobs:
job2:
name: job2
runs-on: linux
uses: .gitea/workflows/build.yml
secrets: inherit