Skip to content

Commit

Permalink
chore: remove enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastrodev committed Oct 18, 2023
1 parent 0aa4acc commit 08d7b34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main_ibge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
- name: Set up Environment Variables
run: |
echo "AZURE_DB_USER=${{ secrets.AZURE_DB_USER }}" >> $GITHUB_ENV
echo "AZURE_DB_PASSWORD=${{ secrets.AZURE_DB_PASSWORD }}" >> $GITHUB_ENV
echo "AZURE_DB_URL=${{ secrets.AZURE_DB_URL }}" >> $GITHUB_ENV
echo "AZURE_DB_DB=${{ secrets.AZURE_DB_DB }}" >> $GITHUB_ENV
echo "AZURE_BLOB_TOKEN=${{ secrets.AZURE_BLOB_TOKEN }}" >> $GITHUB_ENV
- name: Download artifact from build job
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 08d7b34

Please sign in to comment.