Skip to content

Commit

Permalink
chore: remove unused file and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Oct 2, 2024
1 parent dd997f4 commit f3f5c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12,993 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ branding:
inputs:
github-token:
description: >
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.
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.
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
[Learn more about creating and using encrypted
secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
required: false
default: ${{ github.token }}
version:
Expand Down
Loading

0 comments on commit f3f5c55

Please sign in to comment.