mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 15:40:05 +00:00
chore: automated commit
This commit is contained in:
8
.github/workflows/run-tests.yml
vendored
8
.github/workflows/run-tests.yml
vendored
@@ -30,10 +30,16 @@ jobs:
|
||||
- name: Check code style
|
||||
run: npm run lint
|
||||
|
||||
- name: Add secrets
|
||||
- name: Add client
|
||||
run: echo "CLIENT="> .env.viya
|
||||
|
||||
- name: Add secret
|
||||
run: echo "SECRET=" >> .env.viya
|
||||
|
||||
- name: Add access token
|
||||
run: echo "ACCESS_TOKEN=" >> .env.viya
|
||||
|
||||
- name: Add refresh token
|
||||
run: echo "REFRESH_TOKEN=" >> .env.viya
|
||||
|
||||
- name: check add
|
||||
|
||||
Reference in New Issue
Block a user