Skip to content

feat: ability to delete config (#6) #5

feat: ability to delete config (#6)

feat: ability to delete config (#6) #5

---
name: Release Please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.STATNETT_BOT_APP_ID }}
private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
with:
bump-minor-pre-major: true
release-type: go
token: ${{ steps.token.outputs.token }}