Skip to content

feat: Backstage and oauth2 initial add (#29) #28

feat: Backstage and oauth2 initial add (#29)

feat: Backstage and oauth2 initial add (#29) #28

Workflow file for this run

name: Sync Files
on:
push:
tags:
- 'v.*'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
# - name: Exit if not on main branch
# if: endsWith(github.event.base_ref, 'main') == false
# run: exit -1
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true