Merge pull request #259 from steebchen/patch-1

docs(readme): add action token permissions
This commit is contained in:
Alastair Mooney 2025-01-22 16:15:11 +00:00 committed by GitHub
commit 751dd2f2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,6 +205,8 @@ on: [ "push" ]
jobs: jobs:
build: build:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
permissions:
issues: write
steps: steps:
- uses: "actions/checkout@v4" - uses: "actions/checkout@v4"
- name: "TODO to Issue" - name: "TODO to Issue"
@ -228,6 +230,10 @@ on: [ "push" ]
jobs: jobs:
build: build:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
permissions:
contents: write
issues: write
pull-requests: write
steps: steps:
- uses: "actions/checkout@v4" - uses: "actions/checkout@v4"
- name: "TODO to Issue" - name: "TODO to Issue"