mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
Add TMS service key to environment in integration test workflow job (#4192)
This commit is contained in:
parent
8071337a44
commit
1ae967061d
1
.github/workflows/integration-tests-pr.yml
vendored
1
.github/workflows/integration-tests-pr.yml
vendored
@ -146,6 +146,7 @@ jobs:
|
||||
env:
|
||||
PIPER_INTEGRATION_GITHUB_TOKEN: ${{secrets.PIPER_INTEGRATION_GITHUB_TOKEN}}
|
||||
PIPER_INTEGRATION_SONAR_TOKEN: ${{secrets.PIPER_INTEGRATION_SONAR_TOKEN}}
|
||||
PIPER_tmsServiceKey: ${{secrets.PIPER_TMSSERVICEKEY}}
|
||||
run: |
|
||||
chmod +x piper
|
||||
cd ./integration
|
||||
|
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
@ -118,6 +118,7 @@ jobs:
|
||||
env:
|
||||
PIPER_INTEGRATION_GITHUB_TOKEN: ${{secrets.PIPER_INTEGRATION_GITHUB_TOKEN}}
|
||||
PIPER_INTEGRATION_SONAR_TOKEN: ${{secrets.PIPER_INTEGRATION_SONAR_TOKEN}}
|
||||
PIPER_tmsServiceKey: ${{secrets.PIPER_TMSSERVICEKEY}}
|
||||
run: |
|
||||
chmod +x piper
|
||||
cd ./integration
|
||||
|
Loading…
Reference in New Issue
Block a user