diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dadcb6d..224fecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,7 @@ name: Run linter and tests +permissions: + contents: read + pull-requests: write on: push: branches: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c1c6eb..30a7590 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,7 @@ name: Publish - +permissions: + contents: read + pull-requests: write on: release: types: [created]