From 1f7bafba5090bc6f319a4e66f4781ccb9cad9d03 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:18:15 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#554) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 1dae09cd8997ed6a46385884e19716684d737c36. --- .github/workflows/prerequisites.yml | 2 +- .github/workflows/run-acceptance-tests.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 89c0645b..152d646e 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -77,7 +77,7 @@ jobs: EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) { echo "SCHEMA_CHANGES<<$EOF"; - schema-tools compare -p cloudamqp -o ${{ inputs.default_branch }} -n --local-path=provider/cmd/pulumi-resource-cloudamqp/schema.json; + schema-tools compare -r github://api.github.com/pulumi -p cloudamqp -o ${{ inputs.default_branch }} -n --local-path=provider/cmd/pulumi-resource-cloudamqp/schema.json; echo "$EOF"; } >> "$GITHUB_ENV" - if: inputs.is_pr && inputs.is_automated == false diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 7c6eac29..2f560c05 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -39,6 +39,8 @@ jobs: prerequisites: if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository + permissions: + pull-requests: write uses: ./.github/workflows/prerequisites.yml secrets: inherit with: @@ -90,6 +92,8 @@ jobs: name: sentinel if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository + permissions: + statuses: write needs: - test - build_provider