mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add token to skip-failed-test action
This commit is contained in:
parent
a0e750de97
commit
e490cfd9ce
1 changed files with 1 additions and 0 deletions
1
.github/workflows/skip-failed-test.yml
vendored
1
.github/workflows/skip-failed-test.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
uses: ./actions/permission-check
|
||||
with:
|
||||
permission: admin
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: Checkout kibana-operations
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue