Open
Description
I want to checkout to enterprise github repo from non-enterprise public repo. These are my actions:
jobs:
checkout:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- name: Checkout private tools
uses: actions/checkout@v2
with:
repository: enterprise/repo
token: ${{ secrets.ENTERPRISE_TOKEN }}
path: main
but as I saw it will clone https://github.com/enterprise/repo, but my enterprise account is on a different domain. Is it possible to checkout to the enterprise account?
Metadata
Metadata
Assignees
Labels
No labels