diff --git a/.github/workflows/branch-build.yml b/.github/workflows/branch-build.yml index 1bc809b06d512d..3c8b0b61785238 100644 --- a/.github/workflows/branch-build.yml +++ b/.github/workflows/branch-build.yml @@ -256,7 +256,6 @@ jobs: VERSION: ${{needs.configuration.outputs.version}} PR_NO_CACHE: ${{needs.configuration.outputs.build_no_cache}} PR_NO_TEST: ${{needs.configuration.outputs.build_no_test}} - NPM_AUTH_TOKEN: "${{ secrets.NPM_AUTH_TOKEN }}" PUBLISH_TO_NPM: ${{ needs.configuration.outputs.publish_to_npm == 'true' || needs.configuration.outputs.is_main_branch == 'true' }} JB_MARKETPLACE_PUBLISH_TOKEN: "${{ secrets.JB_MARKETPLACE_PUBLISH_TOKEN }}" PUBLISH_TO_JBPM: ${{ needs.configuration.outputs.publish_to_jbmp == 'true' || needs.configuration.outputs.is_main_branch == 'true' }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dadb33bc16f66..8126c2ae8ecb70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -259,7 +259,6 @@ jobs: VERSION: ${{needs.configuration.outputs.version}} PR_NO_CACHE: ${{needs.configuration.outputs.build_no_cache}} PR_NO_TEST: ${{needs.configuration.outputs.build_no_test}} - NPM_AUTH_TOKEN: "${{ secrets.NPM_AUTH_TOKEN }}" PUBLISH_TO_NPM: ${{ needs.configuration.outputs.publish_to_npm == 'true' || needs.configuration.outputs.is_main_branch == 'true' }} JB_MARKETPLACE_PUBLISH_TOKEN: "${{ secrets.JB_MARKETPLACE_PUBLISH_TOKEN }}" PUBLISH_TO_JBPM: ${{ needs.configuration.outputs.publish_to_jbmp == 'true' || needs.configuration.outputs.is_main_branch == 'true' }}