diff --git a/defaults/ci/.github/workflows/check-deploy.yml b/defaults/ci/.github/workflows/check-deploy.yml index e25d47386..dbe4ebfa5 100644 --- a/defaults/ci/.github/workflows/check-deploy.yml +++ b/defaults/ci/.github/workflows/check-deploy.yml @@ -54,6 +54,7 @@ jobs: CI_COMMIT_REF_NAME: ${{ github.event.pull_request.base.ref }} # Defines the target branch of the PR ORG_ALIAS: ${{ github.event.pull_request.base.ref }} # Defines the target branch of the PR CONFIG_BRANCH: ${{ github.event.pull_request.base.ref }} # Defines the target branch of the PR + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FORCE_COLOR: "1" run: | echo "Simulate SFDX deployment using Hardis against \"$CONFIG_BRANCH\"" diff --git a/defaults/ci/.github/workflows/process-deploy.yml b/defaults/ci/.github/workflows/process-deploy.yml index 935333df4..9d43c22f4 100644 --- a/defaults/ci/.github/workflows/process-deploy.yml +++ b/defaults/ci/.github/workflows/process-deploy.yml @@ -58,6 +58,7 @@ jobs: CI_COMMIT_REF_NAME: ${{ env.BRANCH }} # Defines the target branch of the PR ORG_ALIAS: ${{ env.BRANCH }} # Defines the target branch of the PR CONFIG_BRANCH: ${{ env.BRANCH }} # Defines the target branch of the PR + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FORCE_COLOR: "1" run: | echo "Process SFDX deployment using Hardis against \"$CONFIG_BRANCH\""