update permission on GitHub Token

pull/526/merge
Pikachú 9 months ago
parent 0c7e46a0db
commit d3f8bd4f5c

@ -14,6 +14,13 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write
steps:
- uses: actions/checkout@v2
with:
@ -35,6 +42,13 @@ jobs:
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write
name: Close Pull Request Job
steps:
- name: Close Pull Request

Loading…
Cancel
Save