Skip to content

test: env variable config and automatic setServerAddress [TESTENG-49] #36865

test: env variable config and automatic setServerAddress [TESTENG-49]

test: env variable config and automatic setServerAddress [TESTENG-49] #36865

Workflow file for this run

---
name: "Semantic Pull Request v2"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.DETERMINED_TOKEN }}