Skip to content

Commit

Permalink
Fix rewrites of the platform config file for web API test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-traverse committed Dec 8, 2024
1 parent 77e1e20 commit a0f084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo SECRET_KEY=xHjFeFlo$k= >> etc/env.sh
sed -i "s#/path/to#${deploy_dir}#g" etc/trac-platform.yaml
sed -i "s#authentication:#authentication:\n disableAuth: true#g" etc/trac-platform.yaml
sed -i "s#authentication:#authentication:\n disableAuth: true#" etc/trac-platform.yaml
bin/secret-tool run --task init_secrets
bin/secret-tool run --task create_root_auth_key EC 256
Expand Down

0 comments on commit a0f084f

Please sign in to comment.