Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#48) #1

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#48)

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#48) #1

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}