Skip to content

build(deps): bump @octokit/plugin-throttling from 9.3.1 to 9.3.2 #64

build(deps): bump @octokit/plugin-throttling from 9.3.1 to 9.3.2

build(deps): bump @octokit/plugin-throttling from 9.3.1 to 9.3.2 #64

name: Release Drafter
on:
push:
branches: [ main ]
permissions:
contents: read
jobs:
update_release_draft:
name: Update release Draft
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}