Skip to content

Commit 0338fa8

Browse files
update yml
1 parent 0719482 commit 0338fa8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 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:

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +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 }}
3233

3334
lint:
3435
runs-on: macos-13

0 commit comments

Comments
 (0)