Update bindep ACL to use new createSignedTag perm

The pushSignedTag permission is deprecated, and has a new name:
createSignedTag. Update the opendev/bindep ACL accordingly, as we're
seeing a regression with the old name and would like to rule out
whether the new name has the same problem.

Change-Id: Ia95919bcfe71ce488096584c784fe7376f66f34a
This commit is contained in:
Jeremy Stanley
2022-01-25 15:15:52 +00:00
parent da6e5fd46c
commit 7e5aaec792
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ label-Code-Review = -2..+2 group bindep-core
label-Workflow = -1..+1 group bindep-core
[access "refs/tags/*"]
pushSignedTag = group bindep-release
createSignedTag = group bindep-release
[receive]
requireChangeId = true