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:
parent
31ca1389ae
commit
a7cd594485
30
.github/workflows/publish.yml
vendored
30
.github/workflows/publish.yml
vendored
@ -20,6 +20,16 @@ jobs:
|
||||
- name: Setup Books
|
||||
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
|
||||
env:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
@ -55,6 +65,16 @@ jobs:
|
||||
- name: Setup Books
|
||||
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
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
@ -87,6 +107,16 @@ jobs:
|
||||
- name: Setup Books
|
||||
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
|
||||
env:
|
||||
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
|
||||
|
Loading…
Reference in New Issue
Block a user