Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Setting custom spec.application.route.host not working using the RHDH Operator on OpenShift, due to inconsistent permissions between downstream and upstream CSVs #28

Setting custom spec.application.route.host not working using the RHDH Operator on OpenShift, due to inconsistent permissions between downstream and upstream CSVs

Setting custom spec.application.route.host not working using the RHDH Operator on OpenShift, due to inconsistent permissions between downstream and upstream CSVs #28

Workflow file for this run

on:
issues:
types:
- opened
jobs:
add-to-project:
# https://github.com/janus-idp/.github/blob/main/.github/workflows/add-to-project.yaml
uses: janus-idp/.github/.github/workflows/add-to-project.yaml@main
with:
project_id: 2
secrets: inherit
add-jira-label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: |
gh issue --repo ${{github.repository}} edit ${{github.event.issue.number}} --add-label "jira"
env:
GH_TOKEN: ${{ github.token }}