We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeb311 commit 62f9bd7Copy full SHA for 62f9bd7
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
env:
9
CHILD_CONCURRENCY: "1"
10
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
steps:
12
- uses: actions/checkout@v1
13
# TODO: rename azure-pipelines/linux/xvfb.init to github-actions
@@ -45,6 +46,7 @@ jobs:
45
46
runs-on: windows-2016
47
48
49
50
51
52
- uses: actions/setup-node@v1
@@ -76,6 +78,7 @@ jobs:
76
78
runs-on: macos-latest
77
79
80
81
82
83
84
0 commit comments