Skip to content

Commit

Permalink
Force login when loading demo data
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
garrettjstevens committed Oct 8, 2024
1 parent fcb59a8 commit e8db129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reload_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
apollo config accessType root
apollo config rootCredentials.username ${{ secrets.ROOT_USER_NAME }}
apollo config rootCredentials.password ${{ secrets.ROOT_USER_PASSWORD }}
apollo login
apollo login --force
apollo assembly get | apollo assembly delete --verbose --assembly -
apollo file get | apollo file delete
Expand Down

0 comments on commit e8db129

Please sign in to comment.