GCP v8 Prerelease: Test against pulumi/examples #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Command dispatch for testing | |
on: | |
issue_comment: | |
types: | |
- created | |
- edited | |
jobs: | |
command-dispatch-for-testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v3 | |
- name: Run Build | |
uses: peter-evans/slash-command-dispatch@v2 | |
with: | |
commands: run-tests | |
issue-type: pull-request | |
permission: write | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
repository: pulumi/examples | |
token: ${{ secrets.EVENT_PAT }} |