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 0f99b0a commit 06ab606Copy full SHA for 06ab606
.github/workflows/desktop-mac-m1-test-pull.yml
@@ -23,6 +23,8 @@ jobs:
23
uses: dtolnay/rust-toolchain@stable
24
25
- name: npm install ci deps
26
+ env:
27
+ GH_TOKEN: ${{ github.token }}
28
run: npm ci
29
30
- name: Download phoenix and build build phoenix dist-test
0 commit comments