Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.CHANGELOG_GITHUB_TOKEN }}
SRC_PATH: /github/workspace
with:
args: -u gabeduke -p level --release-branch develop
entrypoint: /bin/sh
args: -c "git config --global --add safe.directory /github/workspace && github_changelog_generator -u gabeduke -p level --release-branch develop"

- name: push-changelog
uses: docker://whizark/chandler
env:
CHANDLER_GITHUB_API_TOKEN: ${{ secrets.CHANDLER_GITHUB_API_TOKEN }}
CHANDLER_WORKDIR: /github/workspace
with:
args: push
entrypoint: /bin/sh
args: -c "git config --global --add safe.directory /github/workspace && chandler push"