Archived
1
0

fix(workflows): docs-preview and npm job (#5042)

* fix(ci): add GITHUB_TOKEN to docs-preview workflow

* feat(ci): comment npm dev build instructions on PR
This commit is contained in:
Joe Previte
2022-03-30 10:47:46 -07:00
committed by GitHub
parent 06e36b42bb
commit 5341294d2d
2 changed files with 21 additions and 0 deletions

View File

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