Skip to content

Commit 2b8176f

Browse files
feat: updated for fsc git action (#337)
* variables and branch changed * Update .github/workflows/integration_test.yml Co-authored-by: Mirza Sohail Hussain <[email protected]>
1 parent 0b34ce6 commit 2b8176f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- run: make benchmark
8181

8282
integration_tests:
83-
uses: optimizely/go-sdk/.github/workflows/integration_test.yml@master
83+
uses: optimizely/go-sdk/.github/workflows/integration_test.yml@uzair/test-with-fsc
8484
secrets:
8585
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
8686
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

.github/workflows/integration_test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,15 @@ jobs:
4343
BUILD_NUMBER: ${{ github.run_id }}
4444
TESTAPP_BRANCH: master
4545
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
46-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
46+
EVENT_TYPE: ${{ github.event_name }}
4747
GITHUB_CONTEXT: ${{ toJson(github) }}
48-
TRAVIS_REPO_SLUG: ${{ github.repository }}
49-
TRAVIS_PULL_REQUEST_SLUG: ${{ github.repository }}
48+
#REPO_SLUG: ${{ github.repository }}
49+
PULL_REQUEST_SLUG: ${{ github.repository }}
5050
UPSTREAM_REPO: ${{ github.repository }}
51-
TRAVIS_COMMIT: ${{ github.sha }}
52-
TRAVIS_PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
53-
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
51+
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
52+
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
5453
UPSTREAM_SHA: ${{ github.sha }}
55-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
54+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
5655
EVENT_MESSAGE: ${{ github.event.message }}
5756
HOME: 'home/runner'
5857
run: |

0 commit comments

Comments
 (0)