From 2c2825ff1648eeb22fd6b7a5aefa9926c36ff0fa Mon Sep 17 00:00:00 2001 From: coyaSONG Date: Tue, 14 Jul 2026 23:07:55 +0900 Subject: [PATCH] ci: set minimum workflow permissions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a716ab..a11e758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ concurrency: group: ci-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + jobs: verify: name: ${{ matrix.os }} ยท Node ${{ matrix.node }}