diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index a459056..788f173 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -2,11 +2,10 @@ # Modified from a file that was contributed by GitHub user Happypig375 # at: https://github.com/peteroupc/Numbers/pull/10 name: Test - +permissions: + contents: read on: [push, pull_request] jobs: - permissions: - contents: read Core: runs-on: ${{ matrix.os }} strategy: