Skip to content

Workflow file for this run

name: Create helm chart issue on release
on:
release:
types: [published]
workflow_dispatch:
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Create an issue
uses: actions-ecosystem/action-create-issue@v1
with:
github_token: ${{ secrets.GHPROJECTS_TOKEN }}
repo: honeycombio/helm-charts
title: Bump Honeycomb Kubernetes Agent to Latest Version
body: |
## Bump Honeycomb Kubernetes Agent
Update Honeycomb Kubernetes Agent to latest version
labels: |
type: dependencies
status: oncall