Skip to content

fix(helm): update helm release traefik to v33.2.1 #5775

fix(helm): update helm release traefik to v33.2.1

fix(helm): update helm release traefik to v33.2.1 #5775

---
name: "Create GH issues based on TODO comments"
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
push:
branches:
- main
- next
jobs:
build:
runs-on: "ubuntu-24.04"
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: "${{ steps.generate-token.outputs.token }}"
- name: Create Github Issue from TODO comments
uses: alstr/[email protected]
id: "todo"
with:
token: "${{ steps.generate-token.outputs.token }}"