diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b8b9c68..b2474d5 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: write + jobs: update_release_draft: runs-on: ubuntu-latest diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5dd519..c720a90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + jobs: cfn-lint-tests: strategy: diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index f3f341e..6936d9d 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: write + pages: write + jobs: update_docs: runs-on: ubuntu-latest