Skip to content

Commit

Permalink
Clarify token (fixes #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Nov 2, 2023
1 parent cf53cea commit 7e4f61f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ the `with` parameter.
[Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
with permission to access it.

Default: GITHUB_TOKEN, which gives the action permission to deploy to the
current repository.
Default: `${{ secrets.GITHUB_TOKEN }}`, which gives the action permission to
deploy to the current repository. To customize it, use e.g.
`token: ${{ secrets.PREVIEW_TOKEN }}` not just `token: PREVIEW_TOKEN`.

- **(Advanced)** `action`: Determines what this action will do when it is
executed. Supported values: `deploy`, `remove`, `none`, `auto`.
Expand Down

0 comments on commit 7e4f61f

Please sign in to comment.