From 56a339a78adce5bcf2c552247f851add0eade623 Mon Sep 17 00:00:00 2001 From: Zehir Date: Tue, 14 May 2024 13:31:03 +0200 Subject: [PATCH] Update ci-ddf-store.yml (#7763) Add missing permissions --- .github/workflows/ci-ddf-store.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}