Skip to content

Remote deployment from Git source fails #54

Remote deployment from Git source fails

Remote deployment from Git source fails #54

jobs:
command-dispatch-for-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Build
uses: peter-evans/slash-command-dispatch@v2
with:
commands: run-example-tests
issue-type: pull-request
permission: write
reaction-token: ${{ secrets.GITHUB_TOKEN }}
repository: pulumi/automation-api-examples
token: ${{ secrets.EVENT_PAT }}
name: Command Dispatch for testing
"on":
issue_comment:
types:
- created
- edited