diff --git a/.github/workflows/agent-verify.yml b/.github/workflows/agent-verify.yml index b1b3a97..9ea7365 100644 --- a/.github/workflows/agent-verify.yml +++ b/.github/workflows/agent-verify.yml @@ -5,6 +5,9 @@ on: issues: types: [labeled] +permissions: + issues: write + jobs: # When work is claimed, track the implementer track-implementer: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 147193c..0de1733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [dev, main] workflow_dispatch: +permissions: + contents: read + env: CORE_VERSION: dev diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b2bf4ae..a2cdeaa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,6 +7,9 @@ on: branches: [dev, main] workflow_dispatch: +permissions: + contents: read + env: CORE_VERSION: dev