Skip to content

Commit

Permalink
add permission to write contents for handle version update job (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual authored Jan 3, 2025
1 parent b5869da commit f20e8a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/health_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ jobs:
- install
- resolve_inputs
permissions:
# This is required so that this job can add the 'run-e2e' label on the pull request
# This is required so that this job can add the 'run-e2e' label and push to the pull request
pull-requests: write
contents: write
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
with:
Expand Down

0 comments on commit f20e8a3

Please sign in to comment.