Skip to content

Commit 6966bc9

Browse files
Revert "Fix npm ci"
This reverts commit 300d4fa.
1 parent 300d4fa commit 6966bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: microbit-foundation/npm-package-versioner-action@v1
2222
- run: npm ci
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
- run: npm run ci
2626
- name: Upload GitHub packages artifact
2727
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)