From 474118c0de547d1d2eec32387d7e69e033c30333 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:44:09 +0000 Subject: [PATCH] chore(ci): add permissions to workflow files --- .github/workflows/add-asana-comment.yml | 3 +++ .github/workflows/ci.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/add-asana-comment.yml b/.github/workflows/add-asana-comment.yml index aaa3f6d..e9ad61d 100644 --- a/.github/workflows/add-asana-comment.yml +++ b/.github/workflows/add-asana-comment.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened] +permissions: + contents: read + jobs: link-asana-task: if: ${{ github.actor != 'dependabot[bot]' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3983750..fe6df26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: CI on: pull_request: +permissions: + contents: read + jobs: generate: runs-on: ubuntu-latest