Automated SDK generation @ azure-rest-api-specs 0410d404c68289cb1737d06bba92133bb84b515c #4488
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 | |
on: | |
issue_comment: | |
types: | |
- created | |
- edited | |
env: | |
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} | |
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} | |
PULUMI_API: https://api.pulumi-staging.io | |
jobs: | |
command-dispatch-for-testing: | |
runs-on: ubuntu-latest | |
name: command-dispatch-for-testing | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- uses: peter-evans/slash-command-dispatch@v2 | |
with: | |
token: ${{ secrets.PULUMI_BOT_TOKEN }} | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
commands: run-acceptance-tests | |
permission: write | |
issue-type: pull-request | |
repository: pulumi/pulumi-azure-native | |
if: ${{ github.event.issue.pull_request }} |