Skip to content

Commit

Permalink
Merge pull request #83 from maen08/main
Browse files Browse the repository at this point in the history
fix: mobsfscan.yml to run with correct permissions
  • Loading branch information
ajinabraham authored Oct 28, 2024
2 parents 25184ed + 9b5911a commit 3075e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v2
- name: mobsfscan
Expand Down

0 comments on commit 3075e74

Please sign in to comment.