Skip to content

Update eks-update-kubeconfig for tenant and aws-teams support (#873) #170

Update eks-update-kubeconfig for tenant and aws-teams support (#873)

Update eks-update-kubeconfig for tenant and aws-teams support (#873) #170

Workflow file for this run

name: draft-release
on:
push:
branches:
- master
jobs:
semver:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
publish: false
prerelease: false
config-name: draft-release.yml
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}