File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- # Secret stored in learn-co-curriculum Settings/Secrets
2
-
3
1
name : Sync with Canvas Pre-Work
4
2
5
3
on :
6
4
push :
7
- branches : [master]
5
+ branches : [master, main ]
8
6
paths :
9
7
- " README.md"
10
8
@@ -22,15 +20,10 @@ jobs:
22
20
with :
23
21
ruby-version : 2.6
24
22
25
- # hidden dep, could remove this step if Gemfile for github-to-canvas is updated
26
- - name : Install byebug
27
- run : gem install byebug
28
-
29
23
- name : Install github-to-canvas
30
24
run : gem install github-to-canvas
31
25
32
- # environment variable secrets are currently set at repo level
33
- # could be set at org level https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization
26
+ # Secret stored in learn-co-curriculum Settings/Secrets
34
27
- name : Sync from .canvas file
35
28
run : github-to-canvas -a -lr --forkable --prework
36
29
env :
You can’t perform that action at this time.
0 commit comments