mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Give @pheyos and @dmlemeshko permissions to create deploy tags (#167985)
This commit is contained in:
parent
f0125245ed
commit
9063383a76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-deploy-tag.yml
vendored
2
.github/workflows/create-deploy-tag.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue