You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Add TMS service key to environment in integration test workflow job (#4192)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user