Skip to content

[AB2D-6557] create production deploy action #1

[AB2D-6557] create production deploy action

[AB2D-6557] create production deploy action #1

Workflow file for this run

name: "pull request"
on:
pull_request:
jobs:
deploy:
if: ${{ !startsWith(github.actor, 'bot-') }}
uses: ./.github/workflows/deploy.yml
with:
environment: development
deploy_path: ${{ github.event.number }}
comment-pr:

Check failure on line 14 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / pull request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 14, Col: 3): Error calling workflow 'CMSgov/ab2d-website/.github/workflows/comment-pr.yml@58a8eab987739fc8f8c9ffe68195b349777dcbb1'. The nested job 'comment-pr' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
needs: deploy
uses: ./.github/workflows/comment-pr.yml
a11y-check:
needs: deploy
uses: ./.github/workflows/a11y-check.yml
# broken-link-check:
# uses: ./.github/workflows/broken-link-check.yml