diff --git a/.github/workflows/ci-ddf-store.yml b/.github/workflows/ci-ddf-store.yml index 3a5e31fb92..f6622af435 100644 --- a/.github/workflows/ci-ddf-store.yml +++ b/.github/workflows/ci-ddf-store.yml @@ -2,6 +2,10 @@ name: Continuous integration DDF Bundles +permissions: + contents: write + pull-requests: write + # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch @@ -165,4 +169,4 @@ jobs: upload-store-enabled: false env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}