Skip to content

Commit

Permalink
commenting out env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey authored Feb 12, 2024
1 parent 8fa2f31 commit 8dd85cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: suo/flake8-github-action@releases/v1
with:
checkName: 'build' # NOTE: this needs to be the same as the job name
env:
BEAGLE_DB_NAME: github_actions
BEAGLE_DB_PASSWORD: postgres
BEAGLE_DB_USERNAME: postgres
#env:
#BEAGLE_DB_NAME: github_actions
#BEAGLE_DB_PASSWORD: postgres
#BEAGLE_DB_USERNAME: postgres

0 comments on commit 8dd85cf

Please sign in to comment.