ci: remove permissions field
Forgejo ignores this and is more secure by default.
1 files changed, 0 insertions(+), 3 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml-3
| ... | ... | @@ -13,9 +13,6 @@ concurrency: |
| 13 | 13 | group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} |
| 14 | 14 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 15 | 15 | |
| 16 | | permissions: |
| 17 | | contents: read |
| 18 | | |
| 19 | 16 | jobs: |
| 20 | 17 | aarch64-freebsd-debug: |
| 21 | 18 | if: github.event_name != 'pull_request' |