metricKey on metric_events required when it ought not be #82
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
permissions: | |
contents: write | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} | |
PROVIDER: dynatrace | |
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} | |
PULUMI_API: https://api.pulumi.com | |
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/.. | |
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget | |
PULUMI_TEST_OWNER: "pulumiverse" | |
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} | |
PYPI_USERNAME: "__token__" | |
TRAVIS_OS_NAME: linux | |
jobs: | |
command-dispatch-for-testing: | |
name: command-dispatch-for-testing | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- uses: peter-evans/slash-command-dispatch@v4 | |
with: | |
commands: run-acceptance-tests | |
issue-type: pull-request | |
permission: write | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
repository: pulumiverse/pulumi-dynatrace | |
token: ${{ secrets.PULUMI_BOT_TOKEN }} | |
strategy: {} | |
"on": | |
issue_comment: | |
types: | |
- created | |
- edited |