Skip to content

Commit

Permalink
security: add permissions block to workflows (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Mar 12, 2024
1 parent 485c9d6 commit 2b90c6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/addToAPMProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
issues:
types:
- opened
permissions:
contents: read

jobs:
add_to_project:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b90c6b

Please sign in to comment.