From 9c0bf95860f6fc7b940b9f19345ef43a114cc8cd Mon Sep 17 00:00:00 2001 From: Roshane Pascual Date: Fri, 3 Jan 2025 09:56:32 -0800 Subject: [PATCH] add permission to write to pull request for handle version update job --- .github/workflows/health_checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/health_checks.yml b/.github/workflows/health_checks.yml index 626c320b73..ae7ffd3286 100644 --- a/.github/workflows/health_checks.yml +++ b/.github/workflows/health_checks.yml @@ -275,6 +275,9 @@ jobs: needs: - install - resolve_inputs + permissions: + # This is required so that this job can add the 'run-e2e' label on the pull request + pull-requests: write steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4 with: