diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b096cac..9b8ab7f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -32,6 +32,8 @@ jobs: path: ./github_artifacts deploy: needs: [paper] + permissions: + contents: write runs-on: ubuntu-latest if: ${{ github.repository == 'the-teachingRSE-project/institutionalized_education' && github.ref == 'refs/heads/main' }} steps: