Skip to content

Commit

Permalink
docs: add permissions clause
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSten committed May 2, 2024
1 parent a16b61f commit 4e620b7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ on:
- main # Set a branch name to trigger deployment
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -489,6 +492,9 @@ on:
tags:
- 'v*.*.*'

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -639,6 +645,9 @@ on:
- cron: "22 22 * * *"
workflow_dispatch:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -724,6 +733,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -774,6 +786,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -826,6 +841,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -883,6 +901,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -938,6 +959,9 @@ on:
- 'website/**'
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -998,6 +1022,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -1060,6 +1087,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -1105,6 +1135,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -1151,6 +1184,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -1202,6 +1238,9 @@ on:
- main
pull_request:

permissions:
contents: write

jobs:
deploy:
runs-on: macos-latest
Expand Down

0 comments on commit 4e620b7

Please sign in to comment.