diff --git a/.github/workflows/renovate-lockfile.yaml b/.github/workflows/renovate-lockfile.yaml index 79c9727..3e196af 100644 --- a/.github/workflows/renovate-lockfile.yaml +++ b/.github/workflows/renovate-lockfile.yaml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.RENOVATE_GH_TOKEN }} - name: Build and test uses: freckle/stack-action@v5 @@ -22,7 +24,6 @@ jobs: if git diff --name-only | grep -q 'stack.yaml.lock'; then git config user.name "renovate[bot]" git config user.email "29139614+renovate[bot]@users.noreply.github.com" - git remote set-url origin https://x-access-token:${{ secrets.RENOVATE_GH_TOKEN }}@github.com/${{ github.repository }} git add stack.yaml.lock git commit -m "chore(deps): update lockfile" git push