Skip to content

docs: add SECURITY.md (#232) #184

docs: add SECURITY.md (#232)

docs: add SECURITY.md (#232) #184

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 # v4.0.0
with:
token: ${{ secrets.AMP_RELEASER_TOKEN }}