diff --git a/.github/workflows/cea.yml b/.github/workflows/cea.yml index 5b48d54..0c6e5dc 100644 --- a/.github/workflows/cea.yml +++ b/.github/workflows/cea.yml @@ -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 }}