Give @pheyos and @dmlemeshko permissions to create deploy tags (#167985)

This commit is contained in:
Thomas Watson 2023-10-04 14:44:56 +02:00 committed by GitHub
parent f0125245ed
commit 9063383a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ concurrency:
jobs:
create-deploy-tag:
# Temporary, we need a way to limit this to a GitHub team instead of specific users
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck","jbudz","mistic","delanni","Ikuni17"]', github.triggering_actor)
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck","jbudz","mistic","delanni","Ikuni17","pheyos","dmlemeshko"]', github.triggering_actor)
runs-on: ubuntu-latest
permissions:
contents: write