Skip to content

refactor: change calens action #3246

refactor: change calens action

refactor: change calens action #3246

Workflow file for this run

name: Calens Changelog
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- feature/*
- fix/*
- improvement/*
- release/*
- technical/*
permissions:
contents: read
jobs:
build:
permissions:
contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
runs-on: ubuntu-22.04
name: Generate Calens Changelog
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Calens
uses: actionhippie/calens@v1
with:
target: CHANGELOG.md
- name: Commit files
uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
name: ownClouders
commit_message: "docs: calens changelog updated"
access_token: ${{ secrets.GH_PAT }}