2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

chore(cd): set error log creds

This commit is contained in:
18alantom 2022-01-31 12:33:41 +05:30
parent 31ca1389ae
commit a7cd594485

View File

@ -19,6 +19,16 @@ jobs:
- name: Setup Books - name: Setup Books
run: yarn run: yarn
- name: Set Error Log Creds
env:
ERR_LOG_KEY: ${{ secrets.ERR_LOG_KEY }}
ERR_LOG_URL: ${{ secrets.ERR_LOG_URL }}
ERR_LOG_SECRET: ${{ secrets.ERR_LOG_SECRET }}
run: |
echo $ERR_LOG_KEY > err_log_creds.txt
echo $ERR_LOG_SECRET >> err_log_creds.txt
echo $ERR_LOG_URL >> err_log_creds.txt
- name: Run build - name: Run build
env: env:
@ -54,6 +64,16 @@ jobs:
- name: Setup Books - name: Setup Books
run: yarn run: yarn
- name: Set Error Log Creds
env:
ERR_LOG_KEY: ${{ secrets.ERR_LOG_KEY }}
ERR_LOG_URL: ${{ secrets.ERR_LOG_URL }}
ERR_LOG_SECRET: ${{ secrets.ERR_LOG_SECRET }}
run: |
echo $ERR_LOG_KEY > err_log_creds.txt
echo $ERR_LOG_SECRET >> err_log_creds.txt
echo $ERR_LOG_URL >> err_log_creds.txt
- name: Run build - name: Run build
env: env:
@ -86,6 +106,16 @@ jobs:
- name: Setup Books - name: Setup Books
run: yarn run: yarn
- name: Set Error Log Creds
env:
ERR_LOG_KEY: ${{ secrets.ERR_LOG_KEY }}
ERR_LOG_URL: ${{ secrets.ERR_LOG_URL }}
ERR_LOG_SECRET: ${{ secrets.ERR_LOG_SECRET }}
run: |
echo $ERR_LOG_KEY > err_log_creds.txt
echo $ERR_LOG_SECRET >> err_log_creds.txt
echo $ERR_LOG_URL >> err_log_creds.txt
- name: Run build - name: Run build
env: env: