Skip to content

Commit f20e8a3

Browse files
authored
add permission to write contents for handle version update job (#2403)
1 parent b5869da commit f20e8a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/health_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,9 @@ jobs:
276276
- install
277277
- resolve_inputs
278278
permissions:
279-
# This is required so that this job can add the 'run-e2e' label on the pull request
279+
# This is required so that this job can add the 'run-e2e' label and push to the pull request
280280
pull-requests: write
281+
contents: write
281282
steps:
282283
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
283284
with:

0 commit comments

Comments
 (0)