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 1a8dfc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

e2e:
uses: ./.github/workflows/e2e.yml
secrets: inherit

release:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on:
workflow_call:
secrets:
CYPRESS_LOGIN_NAME:
required: true
CYPRESS_LOGIN_PASSWORD:
required: true

jobs:
e2e:
Expand Down

0 comments on commit 1a8dfc8

Please sign in to comment.