change permissions for Github Token to read only

pull/740/head
Pikachú 2 years ago
parent 653bc95f0d
commit 667f62aa33

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

Loading…
Cancel
Save