diff --git a/.github/workflows/hotfix-release-branches.yml b/.github/workflows/hotfix-release-branches.yml index bdadc9f7413..d660acc0378 100644 --- a/.github/workflows/hotfix-release-branches.yml +++ b/.github/workflows/hotfix-release-branches.yml @@ -28,6 +28,7 @@ on: jobs: hotfix_release_branches: + permissions: write-all # See https://runs-on.com/runners/linux/ # use a lower powered instance since this just does i/o to docker hub runs-on: [runs-on,runner=2cpu-linux-x64,"run-id=${{ github.run_id }}"]