-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete TODO and fix commit message
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 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 |
---|---|---|
|
@@ -14,12 +14,11 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: derberg/manage-files-in-multiple-repositories@v2 | ||
with: | ||
# TODO: using my personal token here. need a bot token | ||
# needed scopes: repo, workflow | ||
github_token: ${{ secrets.GLOBAL_GH_ACTION_TOKEN }} | ||
# you must specify what pattern to include otherwise all files from the repository will be replicated | ||
patterns_to_include: '.github/dependabot.yml' | ||
commit_message: 'Update dependabot.yml config' | ||
commit_message: 'Update stale.yml config' | ||
committer_username: 'Atlas Team' | ||
committer_email: '[email protected]' | ||
exclude_forked: true |