diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 7830c64d64..1ffda65a8c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -15,6 +15,8 @@ jobs: name: CI runs-on: windows-latest + permissions: + packages: write steps: - name: Checkout diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0aaaea5e00..60a27e5fa2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,6 +21,7 @@ jobs: actions: read contents: read security-events: write + packages: write steps: - name: Checkout