From 9c26a1bea035af27305fbc6a02fa091fb00f0b77 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 30 Nov 2023 11:14:48 -0800 Subject: [PATCH] CI: Subs Workflow can read PAT --- .github/workflows/stubs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/stubs.yml b/.github/workflows/stubs.yml index 65897a2c..ffa6ea84 100644 --- a/.github/workflows/stubs.yml +++ b/.github/workflows/stubs.yml @@ -19,11 +19,6 @@ jobs: CXXFLAGS: "-O1" OMP_NUM_THREAD: 2 - permissions: - # Give the default GITHUB_TOKEN write permission to commit and push the - # changed files back to the repository. - contents: write - steps: - uses: actions/checkout@v3 with: