summaryrefslogtreecommitdiffstats
path: root/pkg/jobparser/testdata/has_secrets.in.yaml
blob: 64b9f69f08584cad4575f2e4588044a8b3314f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: test
jobs:
  job1:
    name: job1
    runs-on: linux
    uses: .gitea/workflows/build.yml
    secrets:
      secret: hideme

  job2:
    name: job2
    runs-on: linux
    uses: .gitea/workflows/build.yml
    secrets: inherit