Skip to content

Commit

Permalink
🔒 fix critical security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
UrWrstNightmare committed Dec 18, 2023
1 parent d1094d2 commit bb6ebe2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v2

- name: "Create .env File"
run: |
echo "Creating .env file"
echo "${{ secrets.ENV_VARS_FRONT }}" >> front/.env
echo "${{ secrets.ENV_VARS_BACK }}" >> back/.env
echo "done"
# - name: "Create .env File"
# run: |
# echo "Creating .env file"
# echo "${{ secrets.ENV_VARS_FRONT }}" >> front/.env
# echo "${{ secrets.ENV_VARS_BACK }}" >> back/.env
# echo "done"

- name: "Log in to Github Container Registry"
uses: docker/login-action@v2
Expand Down

0 comments on commit bb6ebe2

Please sign in to comment.