Skip to content

Commit

Permalink
moved secrets to github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rajimtri committed Jan 5, 2024
1 parent 9b5c03f commit 6176431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2etests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module.exports = defineConfig({
e2e: {

baseUrl: 'https://piro.matr.io/',
username: '[email protected]',
password: 'PiroTest1234!',
username: '',
password: '',
mpid: 'mp-9029',
ModifyObstructiveThirdPartyCode: true,
SkipDomainInjection: [ '*.matr.io'],
Expand Down

0 comments on commit 6176431

Please sign in to comment.