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

ci: sync branch deletions

parent e80e5025
No related branches found
No related tags found
No related merge requests found
name: Sync to GitLab Cleanup
on:
delete
jobs:
cleanup:
if: github.event.ref_type == 'branch'
runs-on: ubuntu-latest
steps:
- name: Cleanup
run: |
git push https://oauth2:${GITLAB_TOKEN}@gitlab.com/go-semantic-release/semantic-release.git :${{ 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