Skip to content

Commit

Permalink
Fix permissions for a specific job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei18 committed Sep 8, 2024
1 parent fc9de00 commit 5e993bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on:
jobs:
say-hello-to-reporter:
runs-on: ubuntu-latest

permissions:
pull-requests: write
issues: write
steps:
- uses: Wei18/GitHubSwiftActions/Actions/Comment@main
permissions:
pull-requests: write
issues: write
with:
number: ${{ github.event.issue.number }}
body: |
Expand Down

0 comments on commit 5e993bc

Please sign in to comment.