docs: add permissions contents write (#753)

This commit is contained in:
Shohei Ueda 2022-05-17 00:40:42 +09:00 committed by GitHub
parent 9084ef1cda
commit 414c92c5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 1 deletions

View File

@ -23,6 +23,8 @@ jobs:
- 'ubuntu-18.04'
- 'macos-latest'
- 'windows-latest'
permissions:
contents: write
steps:
- uses: actions/checkout@v3

1
.vscode/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.log

View File

@ -143,6 +143,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -477,6 +479,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -570,7 +574,14 @@ fatal: unable to access 'https://github.com/username/repository.git/': The reque
Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
```
Navigate to your repository's settings / actions / general and in the "Workflow permissions" section, select "Read and write permissions":
Please add the write permission to the `permissions.contents` in a workflow/job.
```yaml
permissions:
contents: write
```
Or, navigate to your repository's settings / actions / general and in the "Workflow permissions" section, select "Read and write permissions":
<img width="700" alt="Enabling Read and write permissions to the GITHUB_TOKEN on GitHub Actions" src="https://user-images.githubusercontent.com/30958501/168609359-242f59a9-34c6-4272-9793-d6b2cc823837.png">
@ -622,6 +633,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -662,6 +675,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -710,6 +725,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -760,6 +777,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -815,6 +834,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -868,6 +889,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
defaults:
@ -926,6 +949,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -986,6 +1011,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -1025,6 +1052,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -1069,6 +1098,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps: