1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore: add refresh token to .env.4gl

This commit is contained in:
2023-04-06 23:13:23 +05:00
parent 156f1b1180
commit 23a789b383
2 changed files with 2 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ jobs:
npm run update:adapter && npm run build
echo "CLIENT=${{secrets.SAS9_4GL_IO_CLIENT}}"> .env.4gl
echo "ACCESS_TOKEN=${{secrets.SAS9_4GL_IO_ACCESS_TOKEN}}" >> .env.4gl
echo "REFRESH_TOKEN=${{secrets.SAS9_4GL_IO_REFRESH_TOKEN}}" >> .env.4gl
sasjs cbd -t 4gl
- name: Run cypress on sasjs