Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEQ] Jim/FEQ-2059/update occurrences of binary-com to deriv-com #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
- name: Capture Vercel preview URL
id: vercel_preview_url
uses: binary-com/vercel-preview-url-action@master
uses: binary-com/vercel-preview-url-action@master # TODO: Update this to reference deriv-com/vercel-preview-url-action once it's migrated
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Deriv App ID for deployment Preview URL
id: generate_app_id
uses: binary-com/deriv-app-id-action@master
uses: deriv-com/deriv-app-id-action@master
with:
DERIV_API_TOKEN: ${{ secrets.DERIV_API_TOKEN }}
DERIV_APP_ID: ${{ secrets.DERIV_APP_ID }},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/binary-com/deriv-app-id-action.git"
"url": "git+https://github.com/deriv-com/deriv-app-id-action.git"
},
"keywords": [],
"author": "Aaron Imming",
"license": "ISC",
"bugs": {
"url": "https://github.com/binary-com/deriv-app-id-action/issues"
"url": "https://github.com/deriv-com/deriv-app-id-action/issues"
},
"homepage": "https://github.com/binary-com/deriv-app-id-action#readme",
"homepage": "https://github.com/deriv-com/deriv-app-id-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
Expand Down