We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5869da commit f20e8a3Copy full SHA for f20e8a3
.github/workflows/health_checks.yml
@@ -276,8 +276,9 @@ jobs:
276
- install
277
- resolve_inputs
278
permissions:
279
- # 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
280
pull-requests: write
281
+ contents: write
282
steps:
283
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
284
with:
0 commit comments