File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 envkey_TINYPEN : ${{ secrets.TINYPEN }}
2828 envkey_AUDIENCE : ${{ secrets.AUDIENCE }}
2929 envkey_DOMAIN : ${{ secrets.DOMAIN }}
30+ envkey_TPEN_SUPPORT_EMAIL : ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+ envkey_SMTP_HOST : ${{ secrets.SMTP_HOST }}
32+ envkey_SMTP_PORT : ${{ secrets.SMTP_PORT }}
33+ envkey_TPEN_EMAIL_CC : ${{ secrets.TPEN_EMAIL_CC }}
3034 - name : Setup Node.js
3135 uses : actions/setup-node@master
3236 with :
Original file line number Diff line number Diff line change 2727 envkey_TINYPEN : ${{ secrets.TINYPENDEV }}
2828 envkey_AUDIENCE : ${{ secrets.AUDIENCE }}
2929 envkey_DOMAIN : ${{ secrets.DOMAIN }}
30+ envkey_TPEN_SUPPORT_EMAIL : ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+ envkey_SMTP_HOST : ${{ secrets.SMTP_HOST }}
32+ envkey_SMTP_PORT : ${{ secrets.SMTP_PORT }}
33+ envkey_TPEN_EMAIL_CC : ${{ secrets.TPEN_EMAIL_CC }}
3034 - name : Setup Node.js
3135 uses : actions/setup-node@master
3236 with :
4751 run : |
4852 npm install
4953 npm run E2Etests
50-
54+
Original file line number Diff line number Diff line change 2727 envkey_TINYPEN : ${{ secrets.TINYPEN }}
2828 envkey_AUDIENCE : ${{ secrets.AUDIENCE }}
2929 envkey_DOMAIN : ${{ secrets.DOMAIN }}
30+ envkey_TPEN_SUPPORT_EMAIL : ${{ secrets.TPEN_SUPPORT_EMAIL }}
31+ envkey_SMTP_HOST : ${{ secrets.SMTP_HOST }}
32+ envkey_SMTP_PORT : ${{ secrets.SMTP_PORT }}
33+ envkey_TPEN_EMAIL_CC : ${{ secrets.TPEN_EMAIL_CC }}
3034 - name : Setup Node.js
3135 uses : actions/setup-node@master
3236 with :
4751 run : |
4852 npm install
4953 npm run E2Etests
50-
54+
You can’t perform that action at this time.
0 commit comments