use ilot forge
Some checks failed
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 0s
/ lint (pull_request) Successful in 25s
/ deploy-x86_64 (pull_request) Successful in 25s
/ build-x86_64 (pull_request) Successful in 51s

This commit is contained in:
Antoine Martin 2024-08-24 19:11:32 -04:00
parent b4533b51ec
commit 94c03e3ae4
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
run: | run: |
doas apk add nodejs git patch curl doas apk add nodejs git patch curl
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull - name: Repo pull
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:

View file

@ -21,7 +21,7 @@ jobs:
run: | run: |
doas apk add nodejs git patch curl doas apk add nodejs git patch curl
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull - name: Repo pull
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: