feat(workflow): adds permissions
This commit is contained in:
parent
44e6f54706
commit
822351b8d9
6
.github/workflows/prod.yml
vendored
6
.github/workflows/prod.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user