Skip to content

Merge pull request #727 from austinmatherne-wk/ci-env-updates #177

Merge pull request #727 from austinmatherne-wk/ci-env-updates

Merge pull request #727 from austinmatherne-wk/ci-env-updates #177

name: Release Drafter
on:
push:
branches:
- master
permissions: {}
jobs:
update_release_draft:
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}