testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 19:36:30 +03:00 committed by Grigory Efimov
parent da61fec0a0
commit abe4603639

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout private - name: Checkout private
run: 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 - name: test go install
run: | run: |