From e9c5e4f088200f3286603ea5ba0e0aafdf2422f5 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Fri, 5 Jul 2024 22:51:53 +0200 Subject: [PATCH] add token --- .forgejo/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 7642273..22a313f 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -17,4 +17,5 @@ jobs: direction: upload url: https://git.soontm.de release-dir: morffix - release-notes: "New Release" \ No newline at end of file + release-notes: "New Release" + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file