Compare commits

...

2 Commits

Author SHA1 Message Date
bce876ec42 Add release token to installer workflow 2024-06-22 16:24:30 +01:00
bc8adcecad Update river public IP 2024-06-22 15:26:48 +01:00
2 changed files with 2 additions and 1 deletions
.gitea/workflows
lib

@ -45,6 +45,7 @@ jobs:
uses: https://gitea.com/actions/release-action@main
with:
title: Latest installer
api_key: '${{ secrets.RELEASE_TOKEN }}'
files: |
jackos-installer-${{ steps.setup.outputs.short_rev }}.iso
jackos-installer-netboot-${{ steps.setup.outputs.short_rev }}.tar

@ -243,7 +243,7 @@ rec {
"stream"
];
routersPubV4 = [
"109.255.252.125"
"188.141.14.7"
"109.255.252.63"
];