Noreposts Feed

Merge pull request #9 from vitorpy/alert-autofix-1

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

authored by

Vitor Py and committed by
GitHub
9d0a230c 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