EPMRPP-94018 || Not possible to update the 'Password encoder type' value to 'NO' in LDAP integration #31
Workflow file for this run
This file contains 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: Add GitHub release version to Jira issues | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
call-jira-sync: | |
name: Call Jira versions update | |
uses: reportportal/.github/.github/workflows/update-jira-versions.yaml@main | |
with: | |
jira-server: ${{ vars.JIRA_SERVER }} | |
secrets: inherit |