diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5ef21529a..057565b24 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -21,7 +21,7 @@ jobs: with: clean: true - name: Change permissions of repository folder - run: chmod -R 777 /home/actions-runner/_work + run: chmod -R o+w /home/actions-runner/_work - name: List of files in the repository run: | ls ${{ github.workspace }}