Skip to content

Commit

Permalink
passing secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ginesdt committed Dec 1, 2023
1 parent 431e469 commit f9f4a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
uses: ./.github/workflows/docker_build.yml
with:
env: "prod"
secrets: inherit
name: Prod Docker Build
1 change: 1 addition & 0 deletions .github/workflows/docker_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
uses: ./.github/workflows/docker_build.yml
with:
env: "qa"
secrets: inherit
name: QA Docker Build

0 comments on commit f9f4a93

Please sign in to comment.