Skip to content

feat(nginx): bump to 1.27.2 (#4) #23

feat(nginx): bump to 1.27.2 (#4)

feat(nginx): bump to 1.27.2 (#4) #23

Workflow file for this run

name: Mirror to Gitlab
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@v0.6.0
with:
REMOTE: 'https://gitlab.com/${{ github.repository }}'
GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}