Skip to content

[feature/build-and-analyze] add build & analyze GitHub workflow (#1411) #1711

[feature/build-and-analyze] add build & analyze GitHub workflow (#1411)

[feature/build-and-analyze] add build & analyze GitHub workflow (#1411) #1711

Workflow file for this run

name: Calens Changelog
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Generate Calens Changelog
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
ref: "master"
- uses: actionhippie/calens@v1
with:
target: CHANGELOG.md
- uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
name: ownClouders
commit_message: "Calens changelog updated"
files: CHANGELOG.md