File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
secrets :
6
6
CI_USER_TOKEN :
7
7
required : true
8
- TRAVIS_COM_TOKEN :
9
- required : true
8
+ # TRAVIS_COM_TOKEN:
9
+ # required: true
10
10
11
11
jobs :
12
12
integration_tests :
31
31
if : ${{ github.event_name != 'pull_request' }}
32
32
run : |
33
33
echo "SDK_BRANCH=$REF_NAME" >> $GITHUB_ENV
34
- echo "TRAVIS_BRANCH=$REF_NAME" >> $GITHUB_ENV
35
34
- name : Trigger build
36
35
env :
37
36
SDK : swift
47
46
PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
48
47
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
49
48
UPSTREAM_SHA : ${{ github.sha }}
50
- TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
49
+ # TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
51
50
EVENT_MESSAGE : ${{ github.event.message }}
52
51
HOME : ' home/runner'
53
52
run : |
Original file line number Diff line number Diff line change 29
29
uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
32
+ # TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
33
33
34
34
lint :
35
35
runs-on : macos-13
You can’t perform that action at this time.
0 commit comments