Skip to content

Commit a20fb5e

Browse files
committed
wip
1 parent ecec002 commit a20fb5e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-verify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
cancelMode: self
3333
notifyPRCancel: true
34-
token: ${{ secrets.GITHUB_TOKEN }}
34+
token: ${{ github.token }}
3535

3636
compile:
3737
runs-on: ubuntu-latest
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
cancelMode: self
5858
notifyPRCancel: true
59-
token: ${{ secrets.GITHUB_TOKEN }}
59+
token: ${{ github.token }}
6060

6161
build:
6262
runs-on: ubuntu-latest
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
cancelMode: self
9696
notifyPRCancel: true
97-
token: ${{ secrets.GITHUB_TOKEN }}
97+
token: ${{ github.token }}
9898

9999
integration-tests:
100100
runs-on: ubuntu-latest
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
cancelMode: self
177177
notifyPRCancel: true
178-
token: ${{ secrets.GITHUB_TOKEN }}
178+
token: ${{ github.token }}
179179

180180
e2e:
181181
runs-on: ubuntu-latest
@@ -214,4 +214,4 @@ jobs:
214214
with:
215215
cancelMode: self
216216
notifyPRCancel: true
217-
token: ${{ secrets.GITHUB_TOKEN }}
217+
token: ${{ github.token }}

0 commit comments

Comments
 (0)