Skip to content

Bump @octokit/auth-app from 5.0.6 to 6.0.1 (#66) #147

Bump @octokit/auth-app from 5.0.6 to 6.0.1 (#66)

Bump @octokit/auth-app from 5.0.6 to 6.0.1 (#66) #147

Workflow file for this run

name: Release Drafter
on:
workflow_dispatch:
push:
release:
types: [released]
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # v5
env:
# This token is generated automatically by default in GitHub Actions: no need to create it manually
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}