From a7cd594485846bc205e61cb25a1a7a7b664f6317 Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Mon, 31 Jan 2022 12:33:41 +0530 Subject: [PATCH] chore(cd): set error log creds --- .github/workflows/publish.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f0658f3e..aae1e5a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,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: @@ -54,6 +64,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: @@ -86,6 +106,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: