Running into a permission issue using this image for a GitHub Action

Got it fixed by adding

sh -c “sudo chown -R circleci /github”
sh -c “sudo chmod -R 777 /github”