Skip to content

Commit

Permalink
ci: Fix the requirement checker PR creation
Browse files Browse the repository at this point in the history
This task now requires explicit write permissions for pull requests.
  • Loading branch information
theofidry committed Nov 22, 2023
1 parent e833954 commit 2c9471b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ jobs:
name: Update the RequirementChecker
if: ${{ github.repository == 'box-project/box' && github.ref_name == 'main' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c9471b

Please sign in to comment.