Skip to content

Commit

Permalink
Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslaby committed Jan 26, 2024
1 parent 1df7c07 commit 80b53df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/globaltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 80b53df

Please sign in to comment.