diff --git a/.github/workflows/dependabot-fix.yml b/.github/workflows/dependabot-fix.yml index 741c5b74f..78047a3b2 100644 --- a/.github/workflows/dependabot-fix.yml +++ b/.github/workflows/dependabot-fix.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Check out uses: actions/checkout@v4 + with: + token: ${{ secrets.FAROS_AI_BOT_RW_CONTENTS }} - name: Cache Node modules uses: actions/cache@v4