diff options
| author | seth <[email protected]> | 2024-05-03 22:14:03 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-03 22:14:03 -0400 |
| commit | 9aff504cfabf246353bb339b609bd0f5f5da6e6d (patch) | |
| tree | 0238043fac6c111cc9e479203bdd733d21436550 | |
| parent | ea712d95dc575c5dace753094c1e978fdd46cb1d (diff) | |
ci: use merge token to create lockfile PR
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
