forked from nektos/act
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
This makes it easier to run act locally with GitHub enterprise, because cloning remote actions otherwise always requires setting `GITHUB_TOKEN`. It will also help with remote actions in private repositories. Unfortunately a `GITHUB_TOKEN` still needs to be provided for the `actions/checkout` action when cloning a remote repository or different ref (i.e. not a local checkout). This *might* change, if: actions/checkout#660 is acceptable. Also a token needs to be provided in case the workflow contains actions that talk to the GitHub API.
- Loading branch information
1 parent
f99900d
commit 3c05a34
Showing
1 changed file
with
52 additions
and
24 deletions.
There are no files selected for viewing
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