diff --git a/.github/workflows/byond.yml b/.github/workflows/byond.yml index 25f5958370a..abeb258dfb3 100644 --- a/.github/workflows/byond.yml +++ b/.github/workflows/byond.yml @@ -129,6 +129,9 @@ jobs: runs-on: ubuntu-24.04 needs: validate-structure if: needs.validate-structure.outputs.skipci != 'true' + permissions: + contents: read + statuses: write concurrency: group: megalinter-${{ github.head_ref || github.run_id }}