Skip to content

CSP on acc/prd breaks haproxy 503 error page #548

CSP on acc/prd breaks haproxy 503 error page

CSP on acc/prd breaks haproxy 503 error page #548

Workflow file for this run

---
name: Project automation
on:
issues:
types:
- opened
- reopened
- closed
pull_request:
types:
- opened
- reopened
- review_requested
- closed
jobs:
project_management:
uses: SURFscz/SRAM-deploy/.github/workflows/project.yml@main
with:
event: ${{ github.event_name }}
action: ${{ github.event.action }}
state_reason: ${{ github.event.issue.state_reason }}
secrets: inherit
debug:
runs-on: ubuntu-latest
if: false
steps:
- name: Dump context
uses: crazy-max/ghaction-dump-context@v2