From f20e8a3c09bfde6799cfaa4c25e8773c372bd403 Mon Sep 17 00:00:00 2001 From: Roshane Pascual Date: Fri, 3 Jan 2025 13:00:17 -0800 Subject: [PATCH] add permission to write contents for handle version update job (#2403) --- .github/workflows/health_checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/health_checks.yml b/.github/workflows/health_checks.yml index ae7ffd3286..9438226e94 100644 --- a/.github/workflows/health_checks.yml +++ b/.github/workflows/health_checks.yml @@ -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: