feat : Alarm notification delivery rule name variable name #718
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 Giltab | |
on: | |
push: | |
delete: | |
create: | |
workflow_dispatch: | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: config git | |
run: git config --global http.postBuffer 524288000 | |
- uses: yesolutions/mirror-action@v0.5.1 | |
with: | |
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.alert.git' | |
GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} | |