Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/google/uuid…
Browse files Browse the repository at this point in the history
…-1.4.0
  • Loading branch information
SpicyLemon authored Nov 2, 2023
2 parents 86d9559 + 332539b commit e4772f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: "[email protected]"
commit_options: "-S"
commit_message: "Updated Changelog"
commit_message: "Updated Changelog"

0 comments on commit e4772f1

Please sign in to comment.