diff --git a/.github/workflows/00-pr-scanner.yaml b/.github/workflows/00-pr-scanner.yaml index 9e95dcb9..b2ff6d0c 100644 --- a/.github/workflows/00-pr-scanner.yaml +++ b/.github/workflows/00-pr-scanner.yaml @@ -55,6 +55,7 @@ jobs: discussions: read id-token: write issues: read + models: read packages: write pages: read pull-requests: read diff --git a/.github/workflows/d-publish-image.yaml b/.github/workflows/d-publish-image.yaml index 9334036f..9a11fd95 100644 --- a/.github/workflows/d-publish-image.yaml +++ b/.github/workflows/d-publish-image.yaml @@ -7,6 +7,7 @@ permissions: discussions: read id-token: write issues: read + models: read packages: read pages: read pull-requests: read