Skip to content

Commit

Permalink
fix(terraform-docs): Remove contents: read permissions (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Sep 4, 2024
1 parent 945d48d commit 032f9c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

terraform-docs:
runs-on: ubuntu-latest
permissions:
contents: read
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand All @@ -39,7 +37,6 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
token: ${{ steps.decrypt-token.outputs.temp-token }}
# ref: ${{ github.event.pull_request.head.ref }}
persist-credentials: true # terraform-docs unable to authenticate if false

- name: Render terraform docs
Expand Down

0 comments on commit 032f9c0

Please sign in to comment.