Skip to content

Commit

Permalink
fix: add write permissions to the super linter
Browse files Browse the repository at this point in the history
  • Loading branch information
markkovari committed Jun 27, 2024
1 parent dfc5092 commit ad35ca4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
defaults:
run:
working-directory: backend
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ad35ca4

Please sign in to comment.