[GHA][Browser tests] Added secrets for browser tests configuration #391
This file contains hidden or 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: Ibexa Reusable / Cross Org PR | |
| on: | |
| push: | |
| branches-ignore: | |
| - "temp_*" | |
| jobs: | |
| call: | |
| uses: ibexa/gh-workflows/.github/workflows/cross-merge.yml@main | |
| secrets: | |
| robot-token: ${{ secrets.EZROBOT_PAT }} |