mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +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
|
||||
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
|
||||
|
||||
5
sasjs-tests/.gitignore
vendored
5
sasjs-tests/.gitignore
vendored
@@ -13,10 +13,7 @@
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.*
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
Reference in New Issue
Block a user