Skip to content

Merge pull request #100 from devtron-labs/fix-varibale-override #39

Merge pull request #100 from devtron-labs/fix-varibale-override

Merge pull request #100 from devtron-labs/fix-varibale-override #39

Workflow file for this run

name: sync
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pawan-59/[email protected]
with:
target-url: 'https://gitee.com/devtron-labs/git-sensor'
target-username: 'prakarsh'
target-token: ${{ secrets.GITEE_ACCESS_TOKEN }}