diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index dab94a7..d24ba1d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -13,4 +13,10 @@ jobs: ci: name: Continuous Integration uses: ./.github/workflows/__shared-ci.yml + permissions: + contents: read + id-token: write + issues: read + packages: write + pull-requests: read secrets: inherit diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 66e9800..5492ce0 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -23,4 +23,10 @@ jobs: ci: name: Continuous Integration uses: ./.github/workflows/__shared-ci.yml + permissions: + contents: read + id-token: write + issues: read + packages: write + pull-requests: read secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44f370f..68e02a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,12 @@ jobs: needs: check-branches name: Continuous Integration uses: ./.github/workflows/__shared-ci.yml + permissions: + contents: read + id-token: write + issues: read + packages: write + pull-requests: read update_release_draft: # we want to publish a new tag only if ci succeeds