Skip to content

Commit

Permalink
update sync file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajikak committed Dec 16, 2023
1 parent 5d6bca5 commit 8cc255b
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
uses: adrianjost/[email protected]
with:
FILE_PATTERNS: |
^LICENSE$
^.github/workflows/sync-.*
TARGET_REPOS: |
baranasoftware/bignum:main
GITHUB_TOKEN: ${{ secrets.BARANALABS_TOKEN }}
name: Sync
jobs:
files:
name: Files
runs-on: ubuntu-latest
steps:
- uses: adrianjost/[email protected]
with:
GITHUB_TOKEN: '${{ secrets.BARANALABS_TOKEN }}'
FILE_PATTERNS: |-
^\.github\/workflows\/synced-.*\.yml$
^LICENSE\.md$
TARGET_REPOS: |-
baranasoftware/bignum:main

0 comments on commit 8cc255b

Please sign in to comment.