diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 1257687..8820b34 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -34,6 +34,8 @@ jobs: - name: Add & Commit if: matrix.java == '17' uses: EndBug/add-and-commit@v8.0.2 + env: + GITHUB_TOKEN: ${{ secrets.SG_JAVA_GITHUB_TOKEN }} with: add: 'pom.xml' default_author: 'github_actions'