Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsuess authored Aug 12, 2024
1 parent a55de42 commit 5fc95b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5fc95b3

Please sign in to comment.