chore: Update argos token

We have added a check in e2e, to ensure events in forks will not trigger the visual tests.

This will not protect against malicious users, but there is no other way to support PRs from forks.

A proposal has been sent to Argos team to add a secure approach for public repos, fingers crossed.
This commit is contained in:
Sidharth Vinod
2025-02-15 20:07:41 +05:30
parent ada42b892c
commit c5843bee23
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export default eyesPlugin(
if (config.env.useArgos) {
registerArgosTask(on, config, {
token: 'fc3a35cf5200db928d65b2047861582d9444032b',
token: 'argos_cde7ec66b3c53730a7bbe4059a517f4a76',
});
} else {
addMatchImageSnapshotPlugin(on, config);