Skip to content

feat(strings): is palindrome permutation #231

feat(strings): is palindrome permutation

feat(strings): is palindrome permutation #231

name: BitBucket RepoSync
on:
push:
branches:
- main
jobs:
sync:
name: Mirror to Bitbucket
uses: SanctumLabs/ci-workflows/.github/workflows/repo_sync.yml@main
secrets:
url: ${{ secrets.BITBUCKET_TARGET_URL }}
username: ${{ secrets.BITBUCKET_TARGET_USERNAME }}
token: ${{ secrets.BITBUCKET_ACCESS_TOKEN }}