Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/node-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
clean: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build (nx)
if: steps.check-build.outputs.exists-script != 'true' && steps.check-build.outputs.exists-nx-target == 'true'
Expand Down Expand Up @@ -421,6 +422,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
clean: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build commands list
id: build-commands
Expand Down