Skip to content

Bump the github-action-updates group with 3 updates (#874) #877

Bump the github-action-updates group with 3 updates (#874)

Bump the github-action-updates group with 3 updates (#874) #877

name: Release Drafter
on:
push:
branches: main
permissions:
contents: read
jobs:
update-release-draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-24.04
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
*.githubusercontent.com:443
ghcr.io
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}