Skip to content

Commit 938a340

Browse files
remove TRAVIS_COM_TOKEN
1 parent 10ba853 commit 938a340

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
secrets:
66
CI_USER_TOKEN:
77
required: true
8-
TRAVIS_COM_TOKEN:
9-
required: true
8+
# TRAVIS_COM_TOKEN:
9+
# required: true
1010

1111
jobs:
1212
integration_tests:
@@ -31,7 +31,6 @@ jobs:
3131
if: ${{ github.event_name != 'pull_request' }}
3232
run: |
3333
echo "SDK_BRANCH=$REF_NAME" >> $GITHUB_ENV
34-
echo "TRAVIS_BRANCH=$REF_NAME" >> $GITHUB_ENV
3534
- name: Trigger build
3635
env:
3736
SDK: swift
@@ -47,7 +46,7 @@ jobs:
4746
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
4847
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
4948
UPSTREAM_SHA: ${{ github.sha }}
50-
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/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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 }}
32+
# TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
3333

3434
lint:
3535
runs-on: macos-13

0 commit comments

Comments
 (0)