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: