Skip to content

Commit 637473c

Browse files
committed
action file initial commit
1 parent 87d0c26 commit 637473c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

github-action.yml renamed to .github/workflows/github-action.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
RUNNER: ${{ secrets.RUNNER }}
16-
LOG_LEVEL: ${{ secrets.LOG_LEVEL }}
1715
HEADLESS: ${{ secrets.HEADLESS }}
1816
BASE_URL: ${{ secrets.BASE_URL }}
17+
ELM_TIMEOUT: ${{ secrets.BASE_URL }}
18+
DEBUG: ${{ secrets.DEBUG }}
1919
ADMIN_USER: ${{ secrets.ADMIN_USER }}
2020
ADMIN_PASS: ${{ secrets.ADMIN_PASS }}
21-
CANDIDATE_USER: ${{ secrets.CANDIDATE_USER }}
22-
CANDIDATE_PASS: ${{ secrets.CANDIDATE_PASS }}
23-
RANDOM_USER_API_URL: ${{ secrets.RANDOM_USER_API_URL }}
24-
RANDOM_USER_API_ENDPOINT: ${{ secrets.RANDOM_USER_API_ENDPOINT }}
25-
ELM_TIMEOUT: ${{ secrets.ELM_TIMEOUT }}
26-
CUSTOMER_VIEW_URL: ${{ secrets.CUSTOMER_VIEW_URL }}
27-
RESUME_QUICK_LINK: ${{ secrets.RESUME_QUICK_LINK }}
2821
GOOGLE_CHAT_WEBHOOK: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
2922

3023
strategy:

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)