fix: package protection access level variable type
According to the documentation https://docs.gitlab.com/api/project_packages_protection_rules/#create-a-package-protection-rule
minimum_access_level_for_delete and minimum_access_level_for_push are of type "string" and not an integer. This MR fixes that.
Edited by Andreas Böhrnsen