Skip to content

Commit

Permalink
Update github-action-nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 8, 2024
1 parent d7540b2 commit 1aa1094
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ jobs:
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

env:
USER_NAME: ${{ secrets.USER_NAME }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
environment:
name: Development
needs: [build,test,deploy]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: print Secrets
env:
USER_NAME: ${{ env.USER_NAME }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
run: |
echo "USER_NAME: $USER_NAME"
echo "USER_PASSWORD: $USER_PASSWORD"
Expand Down

0 comments on commit 1aa1094

Please sign in to comment.