-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to a provenanceio-bot PAT for the dependabot changelog action.
- Loading branch information
1 parent
8142550
commit 79b304e
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: "[email protected]" | ||
commit_options: "-S" | ||
commit_message: "Updated Changelog" | ||
commit_message: "Updated Changelog" |