diff --git a/.github/workflows/globaltest.yml b/.github/workflows/globaltest.yml index b4b068e..676529e 100644 --- a/.github/workflows/globaltest.yml +++ b/.github/workflows/globaltest.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v3 - uses: derberg/manage-files-in-multiple-repositories@v2 with: - github_token: ${{ secrets.CUSTOM_TOKEN }} + # using my personal token here + # 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'