Skip to content

Commit 6f5f252

Browse files
committed
fix(ci): add GITHUB_TOKEN to docs-preview workflow
1 parent 18e19d2 commit 6f5f252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-preview.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Comment Credentials
3232
uses: marocchino/sticky-pull-request-comment@v2
3333
with:
34+
GITHUB_TOKEN: ${{ github.token }}
3435
header: codercom-preview-docs
3536
message: |
3637
✨ code-server docs for PR #${{ github.event.number }} is ready! It will be updated on every commit.

0 commit comments

Comments
 (0)