Commit 230050f0 authored by Alex's avatar Alex
Browse files

build: harden ci.yml permissions



Signed-off-by: default avatarAlex <aleksandrosansan@gmail.com>
parent e0b937c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ concurrency:
  group: ${{ github.ref }}
  cancel-in-progress: true

permissions:
  contents: read #  to fetch code (actions/checkout)

jobs:
  rustfmt:
    name: rustfmt