diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 06e8474c43..3657e64d02 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,8 +19,8 @@ jobs: - uses: actions/checkout@v4 with: # Depending on your needs, you can use a token that will re-trigger workflows - # See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs - token: ${{ secrets.GITHUB_TOKEN }} + # See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs + token: ${{ secrets.BOT_CPR_PAT }} # All commits must be signed, import key and sign commit of updated change log. - name: Import GPG key @@ -39,11 +39,11 @@ jobs: activationLabel: 'dependencies' changelogPath: './CHANGELOG.md' - # This step is required for committing the changes to your branch. - # See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs + # This step is required for committing the changes to your branch. + # See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_user_name: "Provenance-io Bot" commit_user_email: "129784868+provenanceio-bot@users.noreply.github.com" commit_options: "-S" - commit_message: "Updated Changelog" \ No newline at end of file + commit_message: "Updated Changelog"