We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d7bf1 commit f21f978Copy full SHA for f21f978
1 file changed
.github/workflows/test2.yml
@@ -16,4 +16,6 @@ jobs:
16
steps:
17
- name: test secret
18
run: |
19
- gh --repo couchbaselabs/docs-runner workflow run .github/workflows/secret-test.yml --ref main
+ gh --repo couchbaselabs/docs-runner workflow run .github/workflows/secret-test.yml --ref main
20
+ env:
21
+ GH_TOKEN: ${{ secrets.ACTION_TOKEN }}
0 commit comments