From be4225e9a656facfef9dd8af76f64eb09f1317d6 Mon Sep 17 00:00:00 2001 From: Oleg Valter Date: Thu, 7 Aug 2025 15:05:34 +0300 Subject: [PATCH] explicitly specify permissions for the ci-cd workflow --- .github/workflows/ci-cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d3a18e36d..e88422241 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,6 +12,12 @@ env: RAILS_ENV: test RUBY_VERSION: 3.2 +permissions: + actions: write + contents: read + issues: read + pull-requests: read + jobs: rubocop: name: Rubocop checking