Compare commits
2 commits
820fe07580
...
5939f980cb
Author | SHA1 | Date | |
---|---|---|---|
|
5939f980cb | ||
bbec7f8da5 |
1 changed files with 5 additions and 1 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -8,6 +8,10 @@ jobs:
|
|||
update_lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: |
|
||||
apt update
|
||||
apt install nodejs -y
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
|
@ -36,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
id: create-pull-request
|
||||
uses: https://forgejo.stefka.eu/jiriks74/create-pull-request@main
|
||||
uses: https://code.forgejo.org/peter-evans/create-pull-request@main
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }}
|
||||
# token: ${{ secrets.GH_TEST }}
|
||||
|
|
Loading…
Reference in a new issue