Oauth2-Proxy behind Nginx reverse proxy redirects to its own URL instead of "original" URL #87
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |