[Bug]: Netclient version 0.30 using 443 as port is not a good idea ? #24
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: Send to Kitemaker | |
on: | |
issues: | |
types: opened | |
jobs: | |
send-ticket: | |
uses: gravitl/devops/.github/workflows/makekitemakerticket.yml@master | |
with: | |
title: ${{ github.event.issue.title }} | |
body: ${{ github.event.issue.body }} | |
repo_name: ${{ github.event.repository.name }} | |
secrets: inherit |