Skip to content

Commit f21f978

Browse files
committed
GH_TOKEN
1 parent 32d7bf1 commit f21f978

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
steps:
1717
- name: test secret
1818
run: |
19-
gh --repo couchbaselabs/docs-runner workflow run .github/workflows/secret-test.yml --ref main
19+
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

Comments
 (0)