diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d51e1644..09f26ef78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ on: pull_request: branches-ignore: - 'translations**' +permissions: + contents: read + pages: write + id-token: write env: DEFAULT_UV_VERSION: "0.9.x" # This is the default version of Python to use in most steps which aren't specific