Skip to content

Update changelog

Update changelog #176

name: Update changelog
on:
workflow_dispatch:
schedule:
# Run every Sunday at 0:00
- cron: '0 0 * * 0'
# Declare default permissions as read only.
permissions:
contents: read
jobs:
update_changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
# Setting `persist-credentials: false` prevents the github-action account from being the
# account that is attempted to be used for authentication, instead the remote is set to
# an authenticated URL.
persist-credentials: false
- uses: ./.github/local-actions/changelog
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}