From f5b5acf5094cc16aeec1689a72f57edb1b961e7f Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 10 Sep 2023 19:04:37 -0700 Subject: [PATCH] Send github token --- defaults/ci/.github/workflows/check-deploy.yml | 1 + defaults/ci/.github/workflows/process-deploy.yml | 1 + 2 files changed, 2 insertions(+) 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\""