fix: 🐞 gh-pages permission fix for deployment

This commit is contained in:
Onuralp SEZER 2023-11-15 22:11:32 +03:00 committed by GitHub
parent 5456c666c7
commit 95006dca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ on:
- master
- main
- develop
permissions:
contents: write
pages: write
pull-requests: write
jobs:
deploy:
runs-on: ubuntu-latest