Skip to content

Commit 32d7bf1

Browse files
committed
try to call workflow with gh
1 parent 47e8be5 commit 32d7bf1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test2.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ jobs:
1010
inherit:
1111
uses: couchbaselabs/docs-runner/.github/workflows/secret-test.yml@main
1212
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

Comments
 (0)