Skip to content

ci: add GitHub Actions workflow and testing infrastructure for Python… #12

ci: add GitHub Actions workflow and testing infrastructure for Python…

ci: add GitHub Actions workflow and testing infrastructure for Python… #12

name: Release Please
on:
push:
branches: [ "main", "master" ]
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: googleapis/release-please-action@v4
with:
release-type: simple
package-name: imapbackup
# Uses the default GITHUB_TOKEN automatically
token: ${{ secrets.APP_TOKEN }}