Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag'
diff --git a/project.config b/project.config
index 7a55dc7..ab85f18 100644
--- a/project.config
+++ b/project.config
@@ -12,6 +12,6 @@
submit = group github/openbmc/autotest-maintainers
editTopicName = group github/openbmc/autotest-maintainers
[access "refs/tags/*"]
- pushTag = group github/openbmc/autotest-maintainers
- pushSignedTag = group github/openbmc/autotest-maintainers
push = +force group github/openbmc/autotest-maintainers
+ createTag = group github/openbmc/autotest-maintainers
+ createSignedTag = group github/openbmc/autotest-maintainers