You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-11-29 22:48:19 +02:00
feat(e2e): add workflow to trigger e2e test suite through PR comments (#3153)
* feat(e2e): add workflow to trigger e2e test suite through PR comments * add empty line
This commit is contained in:
14
.github/workflows/e2e.yml
vendored
Normal file
14
.github/workflows/e2e.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: E2E
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
uses: oauth2-proxy/e2e-suite/.github/workflows/e2e.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
statuses: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
Reference in New Issue
Block a user