We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544ef12 commit 2ffe44fCopy full SHA for 2ffe44f
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Build & test
28
run: npm run test:integration
29
if: github.ref != 'refs/heads/main'
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
32
33
# Build with secrets & run integrations tests, on main only:
34
- name: Build & test for production release
@@ -38,6 +40,7 @@ jobs:
38
40
SENTRY_ORG: http-toolkit
39
41
SENTRY_PROJECT: httptoolkit-ui
42
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
43
44
45
- uses: actions/upload-artifact@v3
46
with:
0 commit comments