feat(workflow): adds permissions

This commit is contained in:
itsscb 2024-08-28 10:35:46 +02:00 committed by GitHub
parent 44e6f54706
commit 822351b8d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"