From 7a31fe155ea88892ad9b5ba637f6686867cb13a5 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jul 2024 09:57:04 +0200 Subject: [PATCH] activate cache & token --- .forgejo/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0c4ef61..79bab0b 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz relative_project_path: ./ archive_output: true - #cache: true + cache: true # This release action has worked well for me. However, you can most likely use any release action of your choosing. # https://github.com/ncipollo/release-action @@ -36,4 +36,5 @@ jobs: with: direction: upload release-dir: ${{ steps.export.outputs.archive_directory }} - release-notes: "MY RELEASE NOTES" \ No newline at end of file + release-notes: "MY RELEASE NOTES" + token: ${{ env.GITHUB_TOKEN }} \ No newline at end of file