From fc478c08d95c1023ab39994008c9017c288fb952 Mon Sep 17 00:00:00 2001 From: Kevin Pearson Date: Fri, 10 Nov 2023 15:40:31 -0800 Subject: [PATCH] PR deploy --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 3d2c565f3..e81cd417c 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -100,7 +100,7 @@ jobs: cd /tmp git clone https://rdkcentral:$GITHUB_TOKEN@github.com/rdkcentral/firebolt.git ./firebolt-docs - name: Release docs to GitHub.io - if: steps.check_build.outputs.files_exists == 'true' && (github.ref_name == 'main' || github.ref_name != 'next' || github.event_name != 'pull_request') + if: steps.check_build.outputs.files_exists == 'true' && (github.ref_name == 'main' || github.ref_name == 'next' || github.event_name != 'pull_request') env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_PAT }} # <-- Allows semantic-release-bot to push changes to protected branches run: |