We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd39905 commit 2545ff2Copy full SHA for 2545ff2
.github/workflows/visual-dom-diff.yml
@@ -3,20 +3,13 @@ name: Pull request checks
3
on:
4
pull_request:
5
branches: [ master ]
6
-
7
-env:
8
- GH_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
9
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
- with:
18
- fetch-depth: 0
19
- token: ${{ env.GH_TOKEN }}
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
0 commit comments