We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739dd98 commit 1aef553Copy full SHA for 1aef553
1 file changed
.github/workflows/stage-2-test.yaml
@@ -75,6 +75,8 @@ jobs:
75
name: "Unit tests"
76
runs-on: ubuntu-latest
77
timeout-minutes: 5
78
+ env:
79
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
steps:
81
- name: "Checkout code"
82
uses: actions/checkout@v5
@@ -149,6 +151,8 @@ jobs:
149
151
name: "Linting"
150
152
153
154
155
156
157
158
@@ -180,6 +184,8 @@ jobs:
180
184
name: "Typecheck"
181
185
182
186
187
188
183
189
190
191
0 commit comments