1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Workflows need to install node modules (#48093)

This commit is contained in:
Rachael Sewell
2023-12-18 19:27:17 -08:00
committed by GitHub
parent 117caeaa9c
commit 3e958d278d
2 changed files with 7 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ jobs:
if: ${{ steps.filter.outputs.rai}}
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Set up Node and dependencies
uses: ./.github/actions/node-npm-setup
- name: Check content type
id: checkContentType
if: ${{ steps.filter.outputs.rai}}
@@ -60,7 +63,7 @@ jobs:
env:
# The GH CLI uses a slightly different env name for
# the token than the GITHUB_TOKEN used by actions
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
PR: ${{ github.event.pull_request.html_url }}
run: |
has_reviewer=$(

View File

@@ -25,6 +25,9 @@ jobs:
- name: Check out repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Set up Node and dependencies
uses: ./.github/actions/node-npm-setup
- name: Get files changed
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
id: filter