-
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.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
uses: actions/[email protected] | ||
with: | ||
# Repository name with owner. For example, actions/checkout | ||
repository: # optional, default is ${{ github.repository }} | ||
# repository: # optional, default is ${{ github.repository }} | ||
# The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. | ||
|
||
ref: # optional | ||
# ref: # optional | ||
# Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. | ||
|
||
#We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. | ||
|