From 9aff504cfabf246353bb339b609bd0f5f5da6e6d Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 3 May 2024 22:14:03 -0400 Subject: ci: use merge token to create lockfile PR --- .github/workflows/update-flake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index fce3eb5..dee0478 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -43,7 +43,7 @@ jobs: - name: Make PR if needed env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.MERGE_TOKEN }} run: | if ! git diff --color=always --exit-code origin/main; then git fetch origin "$PR_BRANCH" || true -- cgit v1.2.3