From bce876ec42f9740346d9be9a5aba32a552bef604 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 22 Jun 2024 16:24:30 +0100 Subject: [PATCH] Add release token to installer workflow --- .gitea/workflows/installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/installer.yaml b/.gitea/workflows/installer.yaml index 7dfc350..615750e 100644 --- a/.gitea/workflows/installer.yaml +++ b/.gitea/workflows/installer.yaml @@ -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