Skip to content

Commit ec4b9af

Browse files
ozayr-zaviarmnoman09msohailhussain
authored
feat: updated for fsc git action (#302)
* Update .github/workflows/integration_test.yml Co-authored-by: Muhammad Noman <[email protected]> Co-authored-by: Mirza Sohail Hussain <[email protected]>
1 parent 2911c5c commit ec4b9af

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/integration_test.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@ jobs:
3939
BUILD_NUMBER: ${{ github.run_id }}
4040
TESTAPP_BRANCH: master
4141
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
42-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
42+
EVENT_TYPE: ${{ github.event_name }}
4343
GITHUB_CONTEXT: ${{ toJson(github) }}
44-
TRAVIS_REPO_SLUG: ${{ github.repository }}
45-
TRAVIS_PULL_REQUEST_SLUG: ${{ github.repository }}
44+
#REPO_SLUG: ${{ github.repository }}
45+
PULL_REQUEST_SLUG: ${{ github.repository }}
4646
UPSTREAM_REPO: ${{ github.repository }}
47-
TRAVIS_COMMIT: ${{ github.sha }}
48-
TRAVIS_PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
49-
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
47+
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
48+
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
5049
UPSTREAM_SHA: ${{ github.sha }}
50+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
5151
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
5252
EVENT_MESSAGE: ${{ github.event.message }}
5353
HOME: 'home/runner'
5454
run: |
5555
echo "$GITHUB_CONTEXT"
5656
home/runner/travisci-tools/trigger-script-with-status-update.sh
57+

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: optimizely/ruby-sdk/.github/workflows/lint_markdown.yml@master
1212

1313
integration_tests:
14-
uses: optimizely/ruby-sdk/.github/workflows/integration_test.yml@master
14+
uses: optimizely/ruby-sdk/.github/workflows/integration_test.yml@uzair/with-fsc-git-action
1515
secrets:
1616
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
1717
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

0 commit comments

Comments
 (0)