set basket-admin-stage image to mozmeao/basket:f0dda2fb in mozmeao-or #215
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 repo | |
on: [push] | |
jobs: | |
mirror: | |
if: github.repository == 'mozmeao/basket-config' | |
runs-on: ubuntu-latest | |
steps: | |
- name: mirror in gitlab | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: yesolutions/mirror-action@71cd8f5b5c9c4a461f477ecccace98850cb04bc1 | |
with: | |
REMOTE: 'https://gitlab.com/mozmeao/basket-config.git' | |
GIT_USERNAME: ${{ secrets.GITLAB_USERNAME }} | |
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} |