Skip to content

Commit 373524c

Browse files
author
arp
committed
update an env variable name and some texts
1 parent f445ff0 commit 373524c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/doc_generation.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#todo: finish doc generation
2-
3-
name: "Doc generation"
1+
# Generate the complete documentation then upload to the website under the master section
2+
name: "Doc generation on master"
43

54
on:
65
push:
@@ -24,7 +23,7 @@ jobs:
2423
node-version: '12.x'
2524

2625
- name: "Update git config"
27-
run: git config --global user.name "${GH_NAME}" && git config --global user.email "${GH_EMAIL}" && echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
26+
run: git config --global user.name "${GH_NAME}" && git config --global user.email "${GH_EMAIL}" && echo "machine github.com login ${GH_NAME} password ${GITHUB_TOKEN}" > ~/.netrc
2827

2928
- name: "Yarn install"
3029
run: yarn install

.github/workflows/test_dependancies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# test for breaking changes on the different bundle projects
22
#todo: verify this always works
3+
#todo: use a matrix syntax?
34

4-
name: "Test dependancies"
5+
name: "Test the bundles' dependancies"
56

67
on:
78
- "pull_request"

0 commit comments

Comments
 (0)