From bc52ed83cd4004f294b6e4bf4cb80672340edf65 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 20 Dec 2024 05:05:03 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/run-acceptance-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 06792a2..b7a9779 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -390,10 +390,13 @@ jobs: state: success description: Sentinel checks passed sha: ${{ github.event.pull_request.head.sha || github.sha }} + permissions: + statuses: write if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository needs: - test + - prerequisites - lint lint: runs-on: ubuntu-latest