summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/integration.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 1b3085a5d..b66b5f865 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -6,6 +6,9 @@ on:
pull_request:
branches: ["master"]
+permissions:
+ contents: read
+
jobs:
python:
name: Python ${{ matrix.python-version }}
@@ -81,6 +84,8 @@ jobs:
documentation:
name: Documentation
runs-on: ubuntu-20.04
+ permissions:
+ contents: write # for JamesIves/github-pages-deploy-action to push changes in repo
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -125,6 +130,8 @@ jobs:
- python
- themes
- documentation
+ permissions:
+ contents: write # for make V=1 weblate.push.translations
steps:
- name: Checkout
uses: actions/checkout@v2