From 80b53dfe7f9d95cca73e157ca5f05872fe5e7867 Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Fri, 26 Jan 2024 18:39:34 +0100 Subject: [PATCH] Add github token --- .github/workflows/globaltest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'