summaryrefslogtreecommitdiffstats
path: root/pkg/jobparser/testdata/has_secrets.out.yaml
blob: 23dfb80367ba8b06ba83493ef86d01f47fb6f31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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