Skip to content

Commit

Permalink
Merge pull request Azure#274 from JoeyBarnes/main
Browse files Browse the repository at this point in the history
Add permissions for generate-templates Action to create PR
  • Loading branch information
arjenhuitema authored Jul 11, 2024
2 parents 1e7579c + c2fdfe8 commit cc9ea0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: {}

permissions:
contents: write
pull-requests: write

jobs:
generate-templates:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc9ea0b

Please sign in to comment.