File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 }}
You can’t perform that action at this time.
0 commit comments