From 2d3de511ebaf050124650f832df9b7a6fe7bc7e8 Mon Sep 17 00:00:00 2001 From: Lucinda <156825081+LucindaLanoy@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:34:00 +0100 Subject: [PATCH 1/3] Update .gitignore to ignore api build dir --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f5c061..31e188f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /Cyz2Json/bin/ -/Cyz2Json/obj/ \ No newline at end of file +/Cyz2Json/obj/ +**/obj/ +**/packages/ From f0d4f7941476d79f217851c20342c0b26c7a078c Mon Sep 17 00:00:00 2001 From: Lucinda <156825081+LucindaLanoy@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:40:04 +0100 Subject: [PATCH 2/3] Update permission --- .github/workflows/API-update-from-tags.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/API-update-from-tags.yml b/.github/workflows/API-update-from-tags.yml index dda0a7e..709899d 100644 --- a/.github/workflows/API-update-from-tags.yml +++ b/.github/workflows/API-update-from-tags.yml @@ -5,6 +5,9 @@ on: schedule: - cron: '20 10 17 * *' +permissions: + contents: write + jobs: update-api: runs-on: ubuntu-latest From a3e01b653224abdf21b8b0d3943795c99723b41a Mon Sep 17 00:00:00 2001 From: Lucinda <156825081+LucindaLanoy@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:41:01 +0100 Subject: [PATCH 3/3] Update schedule --- .github/workflows/API-update-from-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/API-update-from-tags.yml b/.github/workflows/API-update-from-tags.yml index 709899d..658e3aa 100644 --- a/.github/workflows/API-update-from-tags.yml +++ b/.github/workflows/API-update-from-tags.yml @@ -3,7 +3,7 @@ name: Update API from Latest Tag on: workflow_dispatch: schedule: - - cron: '20 10 17 * *' + - cron: '00 2 15 * *' permissions: contents: write