Noreposts Feed

Potential fix for code scanning alert no. 1: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

authored by

Vitor Py
Copilot Autofix powered by AI
and committed by
GitHub
cb5f00f5 f41d4ecd

+3
+3
.github/workflows/deploy.yml
··· 5 5 branches: [main] 6 6 workflow_dispatch: 7 7 8 + permissions: 9 + contents: read 10 + 8 11 jobs: 9 12 deploy: 10 13 runs-on: ubuntu-latest