Skip to content

Commit 7a60c65

Browse files
authored
feat: updated for fsc git action (#458)
1 parent 47d0a05 commit 7a60c65

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integration_tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
BUILD_NUMBER: ${{ github.run_id }}
3636
TESTAPP_BRANCH: master
3737
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
38-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
39-
TRAVIS_REPO_SLUG: ${{ github.repository }}
40-
TRAVIS_PULL_REQUEST_SLUG: ${{ github.repository }}
38+
EVENT_TYPE: ${{ github.event_name }}
39+
GITHUB_CONTEXT: ${{ toJson(github) }}
40+
#REPO_SLUG: ${{ github.repository }}
41+
PULL_REQUEST_SLUG: ${{ github.repository }}
4142
UPSTREAM_REPO: ${{ github.repository }}
42-
TRAVIS_COMMIT: ${{ github.sha }}
43-
TRAVIS_PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
44-
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
43+
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
44+
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
4545
UPSTREAM_SHA: ${{ github.sha }}
46-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
46+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
4747
EVENT_MESSAGE: ${{ github.event.message }}
4848
HOME: 'home/runner'
4949
run: |

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
integration_tests:
2828
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29-
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29+
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@uzair/test-with-fsc
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

0 commit comments

Comments
 (0)