Vale npm tests #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Hakim testing2 | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| no-inherit: | |
| uses: couchbaselabs/docs-runner/.github/workflows/secret-test.yml@main | |
| inherit: | |
| uses: couchbaselabs/docs-runner/.github/workflows/secret-test.yml@main | |
| secrets: inherit | |
| call: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: test secret | |
| run: | | |
| gh --repo couchbaselabs/docs-runner workflow run .github/workflows/secret-test.yml --ref main |