Skip to content

Commit

Permalink
change permissions for Github Token to read only
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyJep committed Feb 6, 2024
1 parent 653bc95 commit 667f62a
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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:
Expand Down

0 comments on commit 667f62a

Please sign in to comment.