Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: github actions shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 18, 2021
1 parent f7e4227 commit 38dfb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Init school and users
run: |
npm i
node ./index.js
node ./cli.js load
node ./cli.js sign
env: # Or as an environment variable
users: ${{ secrets.users }}
school: ${{ secrets.school }}

0 comments on commit 38dfb45

Please sign in to comment.