diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bcc6037..8a0e7463 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} cancel-in-progress: true +permissions: + actions: write + contents: read + pull-requests: read + jobs: build: name: ๐Ÿงช Test & lint diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index 59c1c98c..462013c4 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml @@ -7,6 +7,10 @@ on: description: "The new version number with a 'v' prefix. Example: v1.40.1" required: true +permissions: + contents: write + pull-requests: write + jobs: init_release: name: ๐Ÿš€ Create release PR diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 30938502..3ac7db41 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -3,6 +3,10 @@ on: push: branches: - main + +permissions: + contents: read + jobs: javadoc: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da5eba72..e0f3e517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,10 @@ on: branches: - main +permissions: + contents: read + pull-requests: read + jobs: Release: name: ๐Ÿš€ Release