Skip to content

Commit

Permalink
Use secrets: inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsaamir committed Aug 24, 2024
1 parent b1cff3b commit 145e446
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ jobs:
uses: ./.github/workflows/build_deploy.yml
with:
target-env: ${ { matrix.target } }
secrets:
REGISTRY_LOGIN_SERVER: ${{ secrets.REGISTRY_LOGIN_SERVER }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
CREDS: ${{ secrets.CREDS }}
WEBAPP_NAME: ${{ secrets.WEBAPP_NAME }}
secrets: inherit

0 comments on commit 145e446

Please sign in to comment.