Skip to content

Commit

Permalink
Send github token
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Sep 11, 2023
1 parent 82f1a9b commit f5b5acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/ci/.github/workflows/check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
Expand Down
1 change: 1 addition & 0 deletions defaults/ci/.github/workflows/process-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
Expand Down

0 comments on commit f5b5acf

Please sign in to comment.