1
0
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:
Allan
2023-07-13 16:08:29 +01:00
parent 7bba51a60e
commit ebe764a7c0

View File

@@ -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