mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore: test e2e
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
b2fbabecd6
commit
15ed264f7e
2 changed files with 2 additions and 3 deletions
4
.github/workflows/e2e-managed.yml
vendored
4
.github/workflows/e2e-managed.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
# set status=in_progress
|
||||
- uses: actions/github-script@v1
|
||||
env:
|
||||
number: ${{ github.event.client_payload.slash_command.args.named.pull }}
|
||||
number: ${{ github.event.client_payload.pull_request.number }}
|
||||
job: ${{ github.job }}
|
||||
conclusion: ${{ job.status }}
|
||||
with:
|
||||
|
@ -193,7 +193,7 @@ jobs:
|
|||
- uses: actions/github-script@v1
|
||||
if: ${{ always() }}
|
||||
env:
|
||||
number: ${{ github.event.client_payload.slash_command.args.named.pull }}
|
||||
number: ${{ github.event.client_payload.pull_request.number }}
|
||||
job: ${{ github.job }}
|
||||
# Conveniently, job.status maps to https://developer.github.com/v3/checks/runs/#update-a-check-run
|
||||
conclusion: ${{ job.status }}
|
||||
|
|
1
.github/workflows/ok-to-test-managed.yml
vendored
1
.github/workflows/ok-to-test-managed.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
token: ${{ env.TOKEN }} # GitHub App installation access token
|
||||
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT or OAuth token will also work
|
||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
static-args: pull=${{ github.event.client_payload.pull_request.number }}
|
||||
issue-type: pull-request
|
||||
commands: ok-to-test-managed
|
||||
permission: maintain
|
||||
|
|
Loading…
Reference in a new issue