From bb4ea5e11358cb55053ae6185cc0be0a01698258 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Fri, 27 Oct 2023 11:03:42 -0400 Subject: [PATCH] fix: Github config debug --- .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 464a4809d..d481b2ad0 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -97,7 +97,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' + if: (steps.check_build.outputs.files_exists == 'true' && github.event.pull_request.head.repo.full_name != 'rdkcentral/firebolt-apis') env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_PAT }} # <-- Allows semantic-release-bot to push changes to protected branches npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config.