Skip to content

Commit

Permalink
GitHub CI permissions change (#2393)
Browse files Browse the repository at this point in the history
* GitHub CI permissions change

* Added a check permission
  • Loading branch information
jsorohova committed Feb 2, 2024
1 parent 3ef57c1 commit 517f571
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/mainCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
checks: write
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write

steps:
- name: Use Node.js 16.x
Expand Down

0 comments on commit 517f571

Please sign in to comment.