Skip to content

Commit

Permalink
Specify required permissions for update constants workflow (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova authored Mar 5, 2024
2 parents aae45c8 + 01b892f commit 43b8c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
# To not run in forks
if: github.repository_owner == 'packit'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 43b8c5d

Please sign in to comment.