Skip to content

Default Configuration results in "Your current IAM principal doesn't have access to Kubernetes objects on this cluster." #2063

Default Configuration results in "Your current IAM principal doesn't have access to Kubernetes objects on this cluster."

Default Configuration results in "Your current IAM principal doesn't have access to Kubernetes objects on this cluster." #2063

name: Command Dispatch for testing
on:
issue_comment:
types: [created, edited]
jobs:
command-dispatch-for-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Build
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: run-acceptance-tests
permission: write
issue-type: pull-request
repository: pulumi/pulumi-eks