From cb4c273a1cd540cb8233dc733b7068e6e9cd87eb 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:23 +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 2f1d5a1..8f53651 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: CI on: pull_request: +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest