We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e8be5 commit 32d7bf1Copy full SHA for 32d7bf1
1 file changed
.github/workflows/test2.yml
@@ -10,3 +10,10 @@ jobs:
10
inherit:
11
uses: couchbaselabs/docs-runner/.github/workflows/secret-test.yml@main
12
secrets: inherit
13
+
14
+ call:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: test secret
18
+ run: |
19
+ gh --repo couchbaselabs/docs-runner workflow run .github/workflows/secret-test.yml --ref main
0 commit comments