Skip to content

Commit

Permalink
cicd: ensuring the autocommit action works
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Aug 18, 2023
1 parent 6e7cf32 commit c4e0bf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGELOG_TOKEN }}
fetch-depth: 0

- uses: dangoslen/dependabot-changelog-helper@v3
if: ${{ github.actor == 'dependabot[bot]' }}
Expand All @@ -83,7 +86,7 @@ jobs:
- uses: ad-m/github-push-action@master
if: ${{ github.actor == 'dependabot[bot]' }}
with:
github_token: ${{ secrets.DEPENDABOT_TOKEN }}
github_token: ${{ secrets.CHANGELOG_TOKEN }}
branch: ${{ github.ref }}

- name: Get all doc files that have changed
Expand Down

0 comments on commit c4e0bf0

Please sign in to comment.