Skip to content

chore(deps): bump pygithub from 2.9.1 to 2.10.0 #204

chore(deps): bump pygithub from 2.9.1 to 2.10.0

chore(deps): bump pygithub from 2.9.1 to 2.10.0 #204

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v10.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}