Skip to content

[chore] Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#165) #339

[chore] Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#165)

[chore] Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#165) #339

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.HELMPER_GORELEASER_GITHUB_TOKEN }}