]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update CI workflow with additional permissions
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 6 Feb 2026 18:04:51 +0000 (10:04 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 18:04:51 +0000 (10:04 -0800)
Add permissions for contents, pages, and id-token.

.github/workflows/ci.yml

index 9d51e1644c98163d67ce34064603568e8d9c9066..09f26ef7828c08635e0cb30ed0ee73a115bdab32 100644 (file)
@@ -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