From fe283da7bb12e3406c8245cdf12dcbe162ce55ca Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:46:16 -0800 Subject: [PATCH] Update GitHub Actions workflows. (#359) 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 2cc1115..e9e1b84 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -409,10 +409,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