Skip to content

Commit

Permalink
set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 8, 2024
1 parent f221e5e commit cc2f1f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- master
- 'releases/**'

permissions:
actions: read
contents: read
security-events: write

concurrency:
# github.ref is not unique in post-commit
group: ${{ github.event_name == 'push' && github.run_id || github.ref }}-linux-sdl
Expand Down

0 comments on commit cc2f1f1

Please sign in to comment.