ci: sync dependabot config (#650)

Charm created

Change summary

.github/workflows/dependabot-sync.yml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

.github/workflows/dependabot-sync.yml 🔗

@@ -13,3 +13,5 @@ jobs:
     uses: charmbracelet/meta/.github/workflows/dependabot-sync.yml@main
     with:
       repo_name: ${{ github.event.repository.name }}
+    secrets:
+      gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}