mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
GitHub create-deploy-tag workflow: Fix protected tag issue 2
This commit is contained in:
parent
350cd55823
commit
a6aa865dee
1 changed files with 2 additions and 1 deletions
3
.github/workflows/create-deploy-tag.yml
vendored
3
.github/workflows/create-deploy-tag.yml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
|||
# Temporary, we need a way to limit this to a GitHub team instead of specific users
|
||||
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck"]', github.triggering_actor)
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue