Skip to content

Commit 2545ff2

Browse files
KatarzynaPetkaKatarzynaPetka
authored andcommitted
GHA for pull request to master
1 parent cd39905 commit 2545ff2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/visual-dom-diff.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@ name: Pull request checks
33
on:
44
pull_request:
55
branches: [ master ]
6-
7-
env:
8-
GH_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
9-
10-
6+
117
jobs:
128
build:
139
runs-on: ubuntu-latest
1410
steps:
1511
- name: Checkout repository
1612
uses: actions/checkout@v4
17-
with:
18-
fetch-depth: 0
19-
token: ${{ env.GH_TOKEN }}
2013

2114
- name: Set up Node.js
2215
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)