File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 80
80
- run : make benchmark
81
81
82
82
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
84
84
secrets :
85
85
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
86
86
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
Original file line number Diff line number Diff line change @@ -43,16 +43,15 @@ jobs:
43
43
BUILD_NUMBER : ${{ github.run_id }}
44
44
TESTAPP_BRANCH : master
45
45
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
46
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
46
+ EVENT_TYPE : ${{ github.event_name }}
47
47
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 }}
50
50
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 }}
54
53
UPSTREAM_SHA : ${{ github.sha }}
55
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
54
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
56
55
EVENT_MESSAGE : ${{ github.event.message }}
57
56
HOME : ' home/runner'
58
57
run : |
You can’t perform that action at this time.
0 commit comments