Skip to content

Commit

Permalink
ci: add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 11, 2024
1 parent 748f856 commit 4550059
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true
CYPRESS_LOGIN_NAME:
required: true
CYPRESS_LOGIN_PASSWORD:
required: true

jobs:
e2e:
Expand Down

0 comments on commit 4550059

Please sign in to comment.