Skip to content

Commit 4544ed1

Browse files
update yml
1 parent dc8ce29 commit 4544ed1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/integration_test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
4242
EVENT_TYPE: ${{ github.event_name }}
4343
GITHUB_CONTEXT: ${{ toJson(github) }}
44-
#REPO_SLUG: ${{ github.repository }}
4544
PULL_REQUEST_SLUG: ${{ github.repository }}
4645
UPSTREAM_REPO: ${{ github.repository }}
4746
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}

.github/workflows/java.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,17 @@ jobs:
3131

3232
integration_tests:
3333
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
3535
secrets:
3636
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
37-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
3837

3938
fullstack_production_suite:
4039
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
4241
with:
4342
FULLSTACK_TEST_REPO: ProdTesting
4443
secrets:
4544
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
46-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
4745

4846
test:
4947
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}

0 commit comments

Comments
 (0)