Merge pull request #200 from crazy-max/update-readme
readme: set workflow permissions
This commit is contained in:
commit
5859b4ea7e
|
@ -36,6 +36,9 @@ name: website
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -123,7 +126,7 @@ check availability of GitHub Pages before deploying:
|
||||||
Following inputs can be used as `step.with` keys
|
Following inputs can be used as `step.with` keys
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|----------------------|---------|--------------------------------------------------------------------------------|
|
|----------------------|--------|---------------------------------------------------------------------------------------------------------------------|
|
||||||
| `domain` | String | Git domain (default `github.com`) |
|
| `domain` | String | Git domain (default `github.com`) |
|
||||||
| `repo` | String | GitHub repository where assets will be deployed (default `$GITHUB_REPOSITORY`) |
|
| `repo` | String | GitHub repository where assets will be deployed (default `$GITHUB_REPOSITORY`) |
|
||||||
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
||||||
|
@ -145,7 +148,7 @@ Following inputs can be used as `step.with` keys
|
||||||
Following environment variables can be used as `step.env` keys
|
Following environment variables can be used as `step.env` keys
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|----------------|---------------------------------------|
|
|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `GITHUB_TOKEN` | [GITHUB_TOKEN](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |
|
| `GITHUB_TOKEN` | [GITHUB_TOKEN](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |
|
||||||
| `GH_PAT` | Use a [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) if you want to deploy to another repo |
|
| `GH_PAT` | Use a [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) if you want to deploy to another repo |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user