Skip to content

Commit 2a8d2e7

Browse files
feat: updated for fsc git action (#388)
* variables and branche changed * updated branch to master Co-authored-by: Mirza Sohail Hussain <[email protected]>
1 parent 48af073 commit 2a8d2e7

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/integration_test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@ jobs:
3838
BUILD_NUMBER: ${{ github.run_id }}
3939
TESTAPP_BRANCH: master
4040
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
41-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
41+
EVENT_TYPE: ${{ github.event_name }}
4242
GITHUB_CONTEXT: ${{ toJson(github) }}
43-
TRAVIS_REPO_SLUG: ${{ github.repository }}
44-
TRAVIS_PULL_REQUEST_SLUG: ${{ github.repository }}
43+
#REPO_SLUG: ${{ github.repository }}
44+
PULL_REQUEST_SLUG: ${{ github.repository }}
4545
UPSTREAM_REPO: ${{ github.repository }}
46-
TRAVIS_COMMIT: ${{ github.sha }}
47-
TRAVIS_PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
48-
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
46+
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
47+
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
4948
UPSTREAM_SHA: ${{ github.sha }}
50-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
49+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
5150
EVENT_MESSAGE: ${{ github.event.message }}
5251
HOME: 'home/runner'
5352
run: |

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4747
4848
integration_tests:
49-
uses: optimizely/python-sdk/.github/workflows/integration_test.yml@master
49+
uses: optimizely/python-sdk/.github/workflows/integration_test.yml@uzair/test-with-fsc
5050
secrets:
5151
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
5252
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

0 commit comments

Comments
 (0)