diff --git a/.github/workflows/build_and_release_all.yml b/.github/workflows/build_and_release_all.yml index 5824e0e..1b5e1e0 100644 --- a/.github/workflows/build_and_release_all.yml +++ b/.github/workflows/build_and_release_all.yml @@ -1,5 +1,9 @@ name: Build and Release OpenIPC Config App +permissions: + contents: write + actions: read + on: workflow_dispatch: push: @@ -217,4 +221,4 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +