File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 41
41
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
42
42
EVENT_TYPE : ${{ github.event_name }}
43
43
GITHUB_CONTEXT : ${{ toJson(github) }}
44
- # REPO_SLUG: ${{ github.repository }}
45
44
PULL_REQUEST_SLUG : ${{ github.repository }}
46
45
UPSTREAM_REPO : ${{ github.repository }}
47
46
PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change @@ -31,19 +31,17 @@ jobs:
31
31
32
32
integration_tests :
33
33
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
34
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
35
35
secrets :
36
36
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
37
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
38
37
39
38
fullstack_production_suite :
40
39
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
41
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
40
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
42
41
with :
43
42
FULLSTACK_TEST_REPO : ProdTesting
44
43
secrets :
45
44
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
46
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
47
45
48
46
test :
49
47
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
You can’t perform that action at this time.
0 commit comments