Skip to content

Commit 3e1ad06

Browse files
committed
Try to make step reference our own repo instead of base...
1 parent 5194e62 commit 3e1ad06

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,5 @@ jobs:
136136
if: ${{ success() }}
137137
run: yarn release:ci
138138
env:
139-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
140-
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
141139
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Perform visual regression test with a nice GUI as help. 💅 Only for Cypress!",
44
"version": "3.0.1",
55
"author": "Jakub Freisler <[email protected]>",
6-
"homepage": "https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff",
7-
"repository": "https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff.git",
6+
"homepage": "https://github.com/braze-inc/cypress-plugin-visual-regression-diff",
7+
"repository": "https://github.com/braze-inc/cypress-plugin-visual-regression-diff.git",
88
"sideEffects": [
99
"./dist/**"
1010
],

0 commit comments

Comments
 (0)