Skip to content

Commit 865e2fc

Browse files
committed
update workflow
1 parent cc3c487 commit 865e2fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/canvas-sync-html.yml renamed to .github/workflows/canvas-sync-codegrade.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Secret stored in learn-co-curriculum Settings/Secrets
2-
3-
name: Sync with Canvas HTML
1+
name: Sync with Canvas CodeGrade
42

53
on:
64
push:
@@ -20,13 +18,14 @@ jobs:
2018
- name: Set up Ruby
2119
uses: ruby/setup-ruby@v1
2220
with:
23-
ruby-version: 2.7
21+
ruby-version: 2.6
2422

2523
- name: Install github-to-canvas
2624
run: gem install github-to-canvas
2725

26+
# Secret stored in learn-co-curriculum Settings/Secrets
2827
- name: Sync from .canvas file
29-
run: github-to-canvas -a -lr --forkable --contains-html
28+
run: github-to-canvas -a -lr --contains-html
3029
env:
3130
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
3231
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}

0 commit comments

Comments
 (0)