From 20842e86d2785df230669511bfbb3bf2c55d6711 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 14:51:27 -0500 Subject: [PATCH] Add permissions nil to jobs for token --- .github/workflows/integration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9a1c8bf..ed9a5df 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -14,6 +14,7 @@ jobs: include: - os: windows-latest + permissions: {} runs-on: ${{ matrix.os }} name: 'Integration (${{ matrix.os }})' @@ -29,6 +30,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, macos-13] + permissions: {} runs-on: ${{ matrix.os }} name: 'Integration (${{ matrix.os }})'