Skip to content

Commit

Permalink
Fix root user access on staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed May 6, 2024
1 parent a02c601 commit 63ea6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
ROOT_USER_NAME: ${{ secrets.ROOT_USER_NAME }}
ROOT_USER_PASSWORD: ${{ secrets.ROOT_USER_PASSWORD }}
URL: ${{ vars.URL }}
working-directory: .github/workflows/deploy
run: |
Expand Down

0 comments on commit 63ea6fc

Please sign in to comment.