From 7ae6ad950b10aa1d66777d82f8e1e81272180112 Mon Sep 17 00:00:00 2001 From: Jeff Carey Date: Thu, 21 May 2026 10:38:51 -0400 Subject: [PATCH] permissions --- .gitattributes | 2 ++ .github/workflows/ci.yml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..70dafc5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize line endings to LF in the repository; check out as-is on all platforms. +* text=auto eol=lf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e18eb10..617a969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main] pull_request: +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest