build: Mirror to Gitlab

This commit is contained in:
Kroese 2024-03-11 12:53:47 +01:00 committed by GitHub
parent 4970ca0137
commit 7b25056795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,6 +92,13 @@ jobs:
uses: action-pack/bump@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
name: Push to Gitlab mirror
uses: action-pack/gitlab-sync@v3
with:
url: ${{ secrets.GITLAB_URL }}
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
-
name: Send mail
uses: action-pack/send-mail@v1