mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
pass GITHUB_TOKEN to build
This commit is contained in:
parent
5ab6d06973
commit
df3ba80086
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,3 +30,5 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user