From 44e6f54706a289daaed36fe8c8452b7b5c256c7d Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 28 Aug 2024 10:30:40 +0200 Subject: [PATCH 01/12] Update prod.yml --- .github/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index bdbbdf8..4e8ea83 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -49,7 +49,7 @@ jobs: - name: Commit Frontend Release Build run: | - git config --global user.name "github-actions" + git config --global user.name "itsscb" git config --global user.email "dev@itsscb.de" git add -A git commit -m "release: frontend" From 822351b8d9edb4e8a15139fd139a8a6a279e9f7a Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 28 Aug 2024 10:35:46 +0200 Subject: [PATCH 02/12] feat(workflow): adds permissions --- .github/workflows/prod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 4e8ea83..2506f73 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -3,6 +3,10 @@ on: branches: - master +permissions: + contents: write + issues: read + jobs: build: runs-on: ubuntu-latest @@ -49,7 +53,7 @@ jobs: - name: Commit Frontend Release Build run: | - git config --global user.name "itsscb" + git config --global user.name "GitHub Action" git config --global user.email "dev@itsscb.de" git add -A git commit -m "release: frontend" From 203fa86cf0de4fbd821001ff0352d5778599fdff Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 28 Aug 2024 08:38:33 +0000 Subject: [PATCH 03/12] release: frontend --- frontend/dist/index.html | 10 +- frontend/dist/public/wordlist.json | 994 ++++++++++++++++++ .../wordl-frontend-770b82d74b8fe3d1_bg.wasm | Bin 697739 -> 0 bytes ....js => wordl-frontend-82476a04c8cb965b.js} | 365 +++---- .../wordl-frontend-82476a04c8cb965b_bg.wasm | Bin 0 -> 703731 bytes 5 files changed, 1185 insertions(+), 184 deletions(-) create mode 100644 frontend/dist/public/wordlist.json delete mode 100644 frontend/dist/wordl-frontend-770b82d74b8fe3d1_bg.wasm rename frontend/dist/{wordl-frontend-770b82d74b8fe3d1.js => wordl-frontend-82476a04c8cb965b.js} (97%) create mode 100644 frontend/dist/wordl-frontend-82476a04c8cb965b_bg.wasm diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 2de3c8b..70d26e8 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -9,13 +9,13 @@ - - + + -