This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new be9bd660b fix(ci): try assigning write permissions be9bd660b is described below commit be9bd660b9cfefbe45e69ba7778e02334490de09 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri Jul 14 10:45:50 2023 +0200 fix(ci): try assigning write permissions --- .github/workflows/manual-release-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-release-branch.yml b/.github/workflows/manual-release-branch.yml index 296db1275..b6ef800a8 100644 --- a/.github/workflows/manual-release-branch.yml +++ b/.github/workflows/manual-release-branch.yml @@ -21,6 +21,8 @@ on: workflow_dispatch: inputs: +permissions: write-all + jobs: release-branch: runs-on: ubuntu-latest