Skip to content

Commit

Permalink
set persist-credentials: true in checkout step of lint workflow
Browse files Browse the repository at this point in the history
lint step cannot authenticate when set to false.
  • Loading branch information
chris3ware committed Mar 16, 2023
1 parent 064ed21 commit 90d2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
persist-credentials: false
persist-credentials: true # lint fails to authenticate when false

- name: Setup Terraform
if: ${{ needs.find-terraform.outputs.terraform-dir != '' }}
Expand Down

0 comments on commit 90d2060

Please sign in to comment.