Update CI workflow with additional permissions

Add permissions for contents, pages, and id-token.
This commit is contained in:
shamoon
2026-02-06 10:04:51 -08:00
committed by GitHub
parent 3c51b3f9cd
commit 505ff31748

View File

@@ -11,6 +11,10 @@ on:
pull_request: pull_request:
branches-ignore: branches-ignore:
- 'translations**' - 'translations**'
permissions:
contents: read
pages: write
id-token: write
env: env:
DEFAULT_UV_VERSION: "0.9.x" DEFAULT_UV_VERSION: "0.9.x"
# This is the default version of Python to use in most steps which aren't specific # This is the default version of Python to use in most steps which aren't specific