Skip to content

Commit ada6ac3

Browse files
committed
AUTO: switched to prework workflow
1 parent 2ae2d41 commit ada6ac3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/canvas-sync-prework.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Secret stored in learn-co-curriculum Settings/Secrets
2-
31
name: Sync with Canvas Pre-Work
42

53
on:
64
push:
7-
branches: [master]
5+
branches: [master, main]
86
paths:
97
- "README.md"
108

@@ -22,15 +20,10 @@ jobs:
2220
with:
2321
ruby-version: 2.6
2422

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-
2923
- name: Install github-to-canvas
3024
run: gem install github-to-canvas
3125

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
3427
- name: Sync from .canvas file
3528
run: github-to-canvas -a -lr --forkable --prework
3629
env:

0 commit comments

Comments
 (0)