File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 55 secrets :
66 CI_USER_TOKEN :
77 required : true
8- TRAVIS_COM_TOKEN :
9- required : true
10-
118jobs :
129 integration_tests :
1310 runs-on : ubuntu-latest
1613 with :
1714 # You should create a personal access token and store it in your repository
1815 token : ${{ secrets.CI_USER_TOKEN }}
19- repository : ' optimizely/travisci -tools'
20- path : ' home/runner/travisci -tools'
16+ repository : ' optimizely/ci-helper -tools'
17+ path : ' home/runner/ci-helper -tools'
2118 ref : ' master'
2219 - name : set SDK Branch if PR
2320 env :
3128 if : ${{ github.event_name != 'pull_request' }}
3229 run : |
3330 echo "SDK_BRANCH=$REF_NAME" >> $GITHUB_ENV
34- echo "TRAVIS_BRANCH=$REF_NAME" >> $GITHUB_ENV
3531 - name : Trigger build
3632 env :
3733 SDK : swift
@@ -41,14 +37,12 @@ jobs:
4137 GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
4238 EVENT_TYPE : ${{ github.event_name }}
4339 GITHUB_CONTEXT : ${{ toJson(github) }}
44- # REPO_SLUG: ${{ github.repository }}
4540 PULL_REQUEST_SLUG : ${{ github.repository }}
4641 UPSTREAM_REPO : ${{ github.repository }}
4742 PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
4843 PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
4944 UPSTREAM_SHA : ${{ github.sha }}
50- TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
5145 EVENT_MESSAGE : ${{ github.event.message }}
5246 HOME : ' home/runner'
5347 run : |
54- home/runner/travisci -tools/trigger-script-with-status-update.sh
48+ home/runner/ci-helper -tools/trigger-script-with-status-update.sh
Original file line number Diff line number Diff line change 2929 uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
3030 secrets :
3131 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
3332
3433 lint :
3534 runs-on : macos-13
Original file line number Diff line number Diff line change @@ -129,4 +129,4 @@ Used to enforce Swift style and conventions.
129129
130130- React - https://github.com/optimizely/react-sdk
131131
132- - Ruby - https://github.com/optimizely/ruby-sdk
132+ - Ruby - https://github.com/optimizely/ruby-sdk
You can’t perform that action at this time.
0 commit comments