Skip to content
Snippets Groups Projects
Commit 124eecd7 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

ci: fix cleanup workflow

parent 234f0630
Branches
Tags
No related merge requests found
......@@ -9,6 +9,8 @@ jobs:
steps:
- name: Cleanup
run: |
git push https://oauth2:${GITLAB_TOKEN}@gitlab.com/go-semantic-release/semantic-release.git :${{ github.event.ref }}
git init
git remote add gitlab https://oauth2:${GITLAB_TOKEN}@gitlab.com/go-semantic-release/semantic-release.git
git push gitlab :${{ github.event.ref }}
env:
GITLAB_TOKEN: ${{ secrets.GITLAB_PUSH_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment