From a4e63917167163d1a8e6578460f8013f9babada4 Mon Sep 17 00:00:00 2001 From: "Markus M. Egger" Date: Tue, 1 Aug 2023 16:29:48 +0200 Subject: [PATCH 1/2] Create TODO_CICD.md Added to do for CI/CD improvements & research. --- TODO_CICD.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO_CICD.md diff --git a/TODO_CICD.md b/TODO_CICD.md new file mode 100644 index 0000000..4d24034 --- /dev/null +++ b/TODO_CICD.md @@ -0,0 +1,8 @@ +# CI/CD TO DO + +- be more modular + - https://stackoverflow.com/questions/64055230/nested-templates-calling-a-yaml-file-from-another-yaml-file-in-github-actions + - https://gist.github.com/dibosh/d231a1d7228d8fa2095b504f750446e6 + - https://stackoverflow.com/questions/57115520/can-i-have-multiple-github-actions-workflow-files +- build multiple platforms +- additional publish action based on v*-tag From 95c912cf628ea95b30bd99a11544bc56d1025f27 Mon Sep 17 00:00:00 2001 From: "Markus M. Egger" Date: Sat, 18 Nov 2023 20:32:18 +0100 Subject: [PATCH 2/2] Update windows-build.yml This should fix the integration permission errors. --- .github/workflows/windows-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 13f2be2..cb509bc 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -15,6 +15,9 @@ jobs: build: + permissions: + contents: write + runs-on: windows-latest steps: