diff --git a/.github/workflows/distribute-stale.yml b/.github/workflows/distribute-stale.yml index 4328dcb..11bcfde 100644 --- a/.github/workflows/distribute-stale.yml +++ b/.github/workflows/distribute-stale.yml @@ -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: 'atlas@customink.com' exclude_forked: true