Unable to use custom launchtemplate with EKS nodegroup #443
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: Issue Triage | |
on: | |
issues: | |
types: | |
- opened | |
- unlabeled | |
jobs: | |
community-issue-triage: | |
uses: upbound/uptest/.github/workflows/issue-triage.yml@main | |
secrets: | |
UPBOUND_BOT_GITHUB_TOKEN: ${{ secrets.UPBOUND_COMMUNITY_BOT_GITHUB_TOKEN }} |