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 1212
1313 - name : Set status to "pending"
1414 uses : ./.github/actions/set-pr-status
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
1517 with :
1618 context : e2e tests
1719 status : pending
3133
3234 - name : Set status to "running"
3335 uses : ./.github/actions/set-pr-status
36+ env :
37+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
3438 with :
3539 context : e2e tests
3640 status : pending
4549 - name : Set status to "success"
4650 if : success()
4751 uses : ./.github/actions/set-pr-status
52+ env :
53+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
4854 with :
4955 context : e2e tests
5056 status : success
5359 - name : Set status to "failure"
5460 if : failure()
5561 uses : ./.github/actions/set-pr-status
62+ env :
63+ GITHUB_TOKEN : ${{ secrets.GITHUB }}
5664 with :
5765 context : e2e tests
5866 status : failure
You can’t perform that action at this time.
0 commit comments