Skip to content

Commit

Permalink
Add write permission on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Sep 11, 2023
1 parent f5b5acf commit 07d4f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`

## [4.5.0] 2023-09-10
## [4.5.0] 2023-09-11

- GitHub Integration: Implement automated comments & Quick Deploy on Pull Requests

Expand Down
2 changes: 2 additions & 0 deletions defaults/ci/.github/workflows/check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
check_deployment:
runs-on: ubuntu-latest
name: Simulate Deployment to Major Org
permissions:
pull-requests: write
steps:
# Checkout repo
- name: Checkout code
Expand Down

0 comments on commit 07d4f9f

Please sign in to comment.