feat(strings): check permutations with map/dict #232
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: Gitlab RepoSync | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync: | |
name: Mirror to Gitlab | |
uses: SanctumLabs/ci-workflows/.github/workflows/repo_sync.yml@main | |
secrets: | |
url: ${{ secrets.GITLAB_TARGET_URL }} | |
username: ${{ secrets.GITLAB_TARGET_USERNAME }} | |
token: ${{ secrets.GITLAB_ACCESS_TOKEN }} |