Skip to content

Commit

Permalink
set workflow to use password from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jul 12, 2023
1 parent 305ded9 commit 0df0fb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Integration local docker workflow

on: pull_request

env:
MOCK_USERS_PASSWORD: ${{ secrets.MEDPERF_MOCK_USERS_PASSWORD }}

jobs:
setup:
name: local-docker-deploy
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/local-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Integration local workflow

on: pull_request

env:
MOCK_USERS_PASSWORD: ${{ secrets.MEDPERF_MOCK_USERS_PASSWORD }}

jobs:
setup:
name: local-deploy
Expand Down

0 comments on commit 0df0fb5

Please sign in to comment.