Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
...@@ -16,6 +16,9 @@ concurrency: ...@@ -16,6 +16,9 @@ concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
jobs: jobs:
rustfmt: rustfmt:
name: rustfmt name: rustfmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment