Skip to content

Commit

Permalink
Add write-all permissions to Terraform-docs and Create artifacts jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 11, 2024
1 parent 6307b5c commit e086a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
name: Run Terraform-docs
runs-on: ubuntu-latest
needs: tfsec
permissions: write-all
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
name: Create artifacts
runs-on: ubuntu-latest
needs: docs
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e086a83

Please sign in to comment.