mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Added GITHUB TOKEN permissions @minor
This commit is contained in:
parent
87143a8fe2
commit
da9ba4a4f5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
@ -36,3 +40,4 @@ jobs:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: docs
|
publish_dir: docs
|
||||||
|
force_orphan: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue