Skip to content

UHF-10952: Allow login with high eIDAS levels of assurance (#1585) #54

UHF-10952: Allow login with high eIDAS levels of assurance (#1585)

UHF-10952: Allow login with high eIDAS levels of assurance (#1585) #54

on:
push:
branches:
- dev
name: Automatic release PR
jobs:
release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create pull request
run: |
gh pr create \
--base main \
--head dev \
--title "Dev to main" \
--body "Dev to main" || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}