fix: added access token to access private repos

This commit is contained in:
farbanas
2023-02-20 18:14:10 -05:00
parent 0130881616
commit ca7ee04e47
@@ -27,6 +27,7 @@ jobs:
repository: "nymtech/ci-tools"
ref: "master"
path: "ci-tools"
token: "${{ secret.ACCESS_TOKEN_PRIVATE_REPOS }}"
- name: Install Rust stable
uses: actions-rs/toolchain@v1