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"