stunning screenshots in seconds https://moocup.jaydip.me
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: github action permission to write

+3
+3
.github/workflows/docker-build.yml
··· 5 5 branches: 6 6 - main 7 7 8 + permissions: 9 + contents: write 10 + 8 11 jobs: 9 12 docker: 10 13 runs-on: ubuntu-latest