Fix the broken image of okta login on readme #214
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: blui-pr-actions | |
on: | |
pull_request_target: | |
types: | |
- opened | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
pr-labels: | |
uses: etn-ccis/blui-automation/.github/workflows/blui-labels.yml@dev | |
secrets: inherit | |
pr-comment: | |
uses: etn-ccis/blui-automation/.github/workflows/blui-comment.yml@dev | |
secrets: inherit |