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 66fed34
Show file tree
Hide file tree
Showing 2 changed files with 8 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
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 66fed34

Please sign in to comment.