Automated SDK generation @ azure-rest-api-specs 85ed8fc06e19c902c95b531cbd8a643428d5f28d #4771
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 }} |