mirror of
https://github.com/sasjs/core.git
synced 2026-01-05 00:20:05 +00:00
chore: adding refresh token in yaml file
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -59,6 +59,9 @@ jobs:
|
||||
- name: Add access token
|
||||
run: echo "ACCESS_TOKEN=${{secrets.SAS9_4GL_IO_ACCESS_TOKEN}}" >> .env.server
|
||||
|
||||
- name: Add refresh token
|
||||
run: echo "REFRESH_TOKEN=${{secrets.SAS9_4GL_IO_REFRESH_TOKEN}}" >> .env.server
|
||||
|
||||
- name: Build & Deploy Project to SAS server
|
||||
run: npx @sasjs/cli cbd -t server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user