Fix broad permissions in the poetry_lockfile.yaml workflow

This commit is contained in:
Denis Kasak
2026-07-14 15:52:19 +02:00
parent 8dd4a5ffbf
commit 252e8f833d
+3
View File
@@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-sdists:
name: "Check locked dependencies have sdists"