File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4747 if : ${{ steps.filter.outputs.rai}}
4848 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
4949
50+ - name : Set up Node and dependencies
51+ uses : ./.github/actions/node-npm-setup
52+
5053 - name : Check content type
5154 id : checkContentType
5255 if : ${{ steps.filter.outputs.rai}}
6063 env :
6164 # The GH CLI uses a slightly different env name for
6265 # the token than the GITHUB_TOKEN used by actions
63- GH_TOKEN : ${{ github.token }}
66+ GH_TOKEN : ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
6467 PR : ${{ github.event.pull_request.html_url }}
6568 run : |
6669 has_reviewer=$(
Original file line number Diff line number Diff line change 2525 - name : Check out repo
2626 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2727
28+ - name : Set up Node and dependencies
29+ uses : ./.github/actions/node-npm-setup
30+
2831 - name : Get files changed
2932 uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
3033 id : filter
You can’t perform that action at this time.
0 commit comments