From 94151a6b0d27062309a502af12196199a3672b85 Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 13 May 2025 12:10:04 +0900 Subject: [PATCH] chore(ci): Set token permission to read --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4d87cb58d..27588005a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,6 +11,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + jobs: rustfmt: