mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
chore: add refresh token to .env.4gl
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -80,6 +80,7 @@ jobs:
|
|||||||
npm run update:adapter && npm run build
|
npm run update:adapter && npm run build
|
||||||
echo "CLIENT=${{secrets.SAS9_4GL_IO_CLIENT}}"> .env.4gl
|
echo "CLIENT=${{secrets.SAS9_4GL_IO_CLIENT}}"> .env.4gl
|
||||||
echo "ACCESS_TOKEN=${{secrets.SAS9_4GL_IO_ACCESS_TOKEN}}" >> .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
|
sasjs cbd -t 4gl
|
||||||
|
|
||||||
- name: Run cypress on sasjs
|
- name: Run cypress on sasjs
|
||||||
|
|||||||
5
sasjs-tests/.gitignore
vendored
5
sasjs-tests/.gitignore
vendored
@@ -13,10 +13,7 @@
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env.local
|
.env.*
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|||||||
Reference in New Issue
Block a user