We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e74c8 commit f5dc5e2Copy full SHA for f5dc5e2
.github/workflows/integration_tests.yml
@@ -5,9 +5,6 @@ on:
5
secrets:
6
CI_USER_TOKEN:
7
required: true
8
- TRAVIS_COM_TOKEN:
9
- required: true
10
-
11
jobs:
12
integration_tests:
13
runs-on: ubuntu-latest
.github/workflows/swift.yml
@@ -29,7 +29,6 @@ jobs:
29
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/remove-travis-repo
30
31
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
32
- TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
33
34
lint:
35
runs-on: macos-13
0 commit comments