Bump follow-redirects from 1.15.2 to 1.15.4 #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Liip Gitlab and deploy | |
on: [push] | |
jobs: | |
sync: | |
name: Sync repo to Liip Gitlab | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Mirror + trigger CI | |
uses: SvanBoxel/gitlab-mirror-and-ci-action@master | |
with: | |
args: "https://gitlab.liip.ch/liip/parlaqui" | |
env: | |
FORCE_PUSH: "true" | |
GITLAB_HOSTNAME: "gitlab.liip.ch" | |
GITLAB_USERNAME: "access-token" | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_ACCESS_TOKEN }} | |
GITLAB_PROJECT_ID: "3096" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |