From dfb120e16a6a76ef4b704998d1500db45eecd286 Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Fri, 9 Feb 2024 16:59:45 +0100 Subject: [PATCH] Fix workflows (#315) * Update ci-linux.yml * Update ci-macos.yml * Update ci-windows.yml --- .github/workflows/ci-linux.yml | 9 ++++++++- .github/workflows/ci-macos.yml | 9 ++++++++- .github/workflows/ci-windows.yml | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index acb008b..75f924c 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -13,7 +13,14 @@ on: jobs: linux: runs-on: ubuntu-latest - + permissions: + actions: read + contents: read + deployments: read + packages: none + pull-requests: write + security-events: write + steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index f230de0..acf1f5b 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -13,7 +13,14 @@ on: jobs: macos: runs-on: macos-latest - + permissions: + actions: read + contents: read + deployments: read + packages: none + pull-requests: write + security-events: write + steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 75c7dd2..fef3a23 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -13,7 +13,14 @@ on: jobs: windows: runs-on: windows-latest - + permissions: + actions: read + contents: read + deployments: read + packages: none + pull-requests: write + security-events: write + steps: - name: Checkout uses: actions/checkout@v1