Skip to content

Commit

Permalink
Add pull-request write permission to ansible job
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 4, 2024
1 parent 9ffe00b commit 3ffbc74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
defaults:
run:
working-directory: ${{ env.tf_actions_working_dir }}
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down Expand Up @@ -104,7 +106,6 @@ jobs:
defaults:
run:
working-directory: ${{ env.tf_actions_working_dir }}

permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 3ffbc74

Please sign in to comment.