Skip to content

Commit

Permalink
try to pevent creds from persisting when pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorCastelli committed Nov 19, 2023
1 parent e2af335 commit a65735b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: opentofu/setup-opentofu@v1
with:
tofu_wrapper: false
Expand Down

0 comments on commit a65735b

Please sign in to comment.