diff --git a/.github/workflows/dependabot-bot.yml b/.github/workflows/dependabot-bot.yml index 0d9e095f247a1..70fc4014f9130 100644 --- a/.github/workflows/dependabot-bot.yml +++ b/.github/workflows/dependabot-bot.yml @@ -16,6 +16,10 @@ on: jobs: dependabot-bot: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + # Checkout the repo into the workspace within the VM steps: - uses: actions/checkout@v3