remove gh_token from the autoupdater
This commit is contained in:
parent
726f3287e0
commit
9476436f32
1 changed files with 0 additions and 1 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v4.2.0
|
uses: peter-evans/create-pull-request@v4.2.0
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.GH_TOKEN}}
|
|
||||||
commit-message: Update nix-packages
|
commit-message: Update nix-packages
|
||||||
author: Github Actions <github-actions@users.noreply.github.com>
|
author: Github Actions <github-actions@users.noreply.github.com>
|
||||||
committer: Github Actions <github-actions@users.noreply.github.com>
|
committer: Github Actions <github-actions@users.noreply.github.com>
|
||||||
|
|
Reference in a new issue