diff --git a/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml b/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml index b39427b..986cd44 100644 --- a/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml +++ b/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml @@ -18,6 +18,6 @@ jobs: fetch-depth: 0 - name: Push main branch run: | - {% raw %}git remote add opencode https://${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de/robert-koch-institut/mex/mex-{{ cookiecutter.project_name }}.git{% endraw %} + git remote add opencode https://{% raw %}${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}{% endraw %}@gitlab.opencode.de/robert-koch-institut/mex/mex-{{ cookiecutter.project_name }}.git git push opencode -f git push opencode -f --tags