1
0
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:
Matthias Kretschmann 2021-01-26 16:06:35 +01:00
parent 5ab6d06973
commit df3ba80086
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -30,3 +30,5 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}