diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index c5f0444..fccc0da 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -222,7 +222,7 @@ jobs: run: >- tea login add -u "${{ github.server_url }}" - -t "${{ secrets.GITHUB_TOKEN }}" + -t "${{ secrets.REPO_WRITE_TOKEN }}" - name: Create Pull Request with dependency updates if: steps.upgrade.outputs.has_updates == 'true'