File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
- name : Set status to "pending"
14
14
uses : ./.github/actions/set-pr-status
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
15
17
with :
16
18
context : e2e tests
17
19
status : pending
31
33
32
34
- name : Set status to "running"
33
35
uses : ./.github/actions/set-pr-status
36
+ env :
37
+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
34
38
with :
35
39
context : e2e tests
36
40
status : pending
45
49
- name : Set status to "success"
46
50
if : success()
47
51
uses : ./.github/actions/set-pr-status
52
+ env :
53
+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
48
54
with :
49
55
context : e2e tests
50
56
status : success
53
59
- name : Set status to "failure"
54
60
if : failure()
55
61
uses : ./.github/actions/set-pr-status
62
+ env :
63
+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
56
64
with :
57
65
context : e2e tests
58
66
status : failure
You can’t perform that action at this time.
0 commit comments