From 3029a0f7fd96d8188f919d98aadd7481428e8d4c Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 1 Nov 2022 18:43:06 -0400 Subject: [PATCH] Add write permissions to release workflow See https://github.com/jaegertracing/jaeger/issues/4017 Signed-off-by: Yuri Shkuro --- .github/workflows/ci-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 13d4acce099..b3660c1d8a1 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -5,6 +5,9 @@ on: types: - published +# See https://github.com/jaegertracing/jaeger/issues/4017 +permissions: read-all|write-all + jobs: publish-release: runs-on: ubuntu-latest