fix(ci/update): Rename secrets to represent source host
This commit is contained in:
parent
a0aae4711d
commit
64564114ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
# inputs: dzgui dzgui-testing # We'll see whether I want to limit the updates to dzgui
|
# inputs: dzgui dzgui-testing # We'll see whether I want to limit the updates to dzgui
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }}
|
||||||
pr-title: "Update flake.lock"
|
pr-title: "Update flake.lock"
|
||||||
pr-assignees: jiriks74
|
pr-assignees: jiriks74
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
|
|
Loading…
Reference in a new issue