diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index b5b6519..8b044c0 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -1,8 +1,8 @@ name: on-push + permissions: - pull-requests: write - issues: write - repository-projects: write + contents: read + pages: write on: @@ -31,8 +31,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Codespell with annotations - uses: codespell-project/actions-codespell@v1.0 + #- name: Codespell with annotations + # uses: codespell-project/actions-codespell@v1.0 - name: Install Conda Environment