mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ci: add env vars
This commit is contained in:
parent
546071cd23
commit
d874d5eed9
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -18,3 +18,7 @@ jobs:
|
|||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npm run deploy
|
- run: npm run deploy
|
||||||
|
env:
|
||||||
|
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
||||||
|
GH_NAME: ${{ secrets.GH_NAME }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user