testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 19:36:30 +03:00 committed by Mikhail Iudin
parent f297ac8a4f
commit c719bcfd0c
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout private
run:
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git
git clone https://${{ secrets.ANYTYPE_PAT }}@github.com/anytypeio/go-chash.git
- name: test go install
run: |