From abd43999d1b693377c83372dcf03eb03168566ae Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:21:46 -0800 Subject: [PATCH] Update GitHub Actions workflows. (#1922) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit b405e5a6220d030944f0180e5087773c69505d7f. --- .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 ee4b4d1ff9..dcc075f82f 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -393,7 +393,10 @@ 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