From 225454f59ba2d5a7c97956f819b712872d6f22e7 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 29 Dec 2023 08:31:58 -0700 Subject: [PATCH] ci: set permissions to read, use PAT for GITHUB_TOKEN --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90fd73c..568fe42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ on: - Package.* - .github/**/* +permissions: + contents: read + jobs: build: # TODO switch to macos-latest once that represents > 13