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:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
issues: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -49,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit Frontend Release Build
|
- name: Commit Frontend Release Build
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "itsscb"
|
git config --global user.name "GitHub Action"
|
||||||
git config --global user.email "dev@itsscb.de"
|
git config --global user.email "dev@itsscb.de"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "release: frontend"
|
git commit -m "release: frontend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user