summaryrefslogtreecommitdiffstats
path: root/pkg/jobparser/testdata/has_secrets.out.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/jobparser/testdata/has_secrets.out.yaml')
-rw-r--r--pkg/jobparser/testdata/has_secrets.out.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/jobparser/testdata/has_secrets.out.yaml b/pkg/jobparser/testdata/has_secrets.out.yaml
new file mode 100644
index 0000000..23dfb80
--- /dev/null
+++ b/pkg/jobparser/testdata/has_secrets.out.yaml
@@ -0,0 +1,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