diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-09 14:27:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-09 14:27:44 -0700 |
commit | f0402b7002f87e824b0496f4487ec5b3e4295d78 (patch) | |
tree | 9cf5d368e2eea75d5c4e2715d563018fc7238944 | |
parent | ci: remove GHA to automerge pull request (diff) | |
download | fcuny.net-f0402b7002f87e824b0496f4487ec5b3e4295d78.tar.gz |
ci: submit the PR as the GitHub-actions bot
I want to make sure it shows up in my notifications.
-rw-r--r-- | .github/workflows/update.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 42b0200..9675d9f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -20,4 +20,3 @@ jobs: uses: DeterminateSystems/update-flake-lock@v14 with: pr-title: "Update flake.lock" - token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} |