Skip to content

Commit

Permalink
Debugging Server for #env -r
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 22, 2024
1 parent 6fa072a commit 41f3663
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
echo "#########>Creating File<#########"
touch .env
echo ATLAS_URI: $ATLAS_URI >> .env
echo ATLAS_URI1: ${{ secrets.ATLAS_URI }} >> .env
echo "#########>File Created<#########"
echo "#########>Reading Content<#########"
cat .env
Expand All @@ -57,6 +58,16 @@ jobs:

- run: npm ci

- name: Dotenv Action
# You may pin to the exact commit or the version.
# uses: falti/dotenv-action@1fd84c8ebe23bc2523c13de6cd1ab8a26e6571e5
uses: falti/dotenv-action@v1.0.4
with:
log-variables: true
export-variables: true
keys-case: upper


- run: |
echo "____________"
cat .env
Expand Down

0 comments on commit 41f3663

Please sign in to comment.