Skip to content

Bump werkzeug from 2.3.8 to 3.0.3 #110

Bump werkzeug from 2.3.8 to 3.0.3

Bump werkzeug from 2.3.8 to 3.0.3 #110

Workflow file for this run

name: Mirror repo
on: [push]
jobs:
mirror:
if: github.repository == 'mozmeao/snippets-service'
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/snippets-service.git'
GIT_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}