Skip to content

Commit

Permalink
chore: Uses PAT to be able to create PRs when versions of Terraform C…
Browse files Browse the repository at this point in the history
…ompatibility Matrix change (#2320)

* add token

* doc: Updates Terraform Compatibility Matrix documentation (#2321)

Co-authored-by: oarbusi <[email protected]>

---------

Co-authored-by: svc-apix-Bot <[email protected]>
  • Loading branch information
oarbusi and svc-apix-Bot authored Jun 4, 2024
1 parent 665ab54 commit c9865ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update_tf_compatibility_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
token: ${{ secrets.APIX_BOT_PAT }}
title: "doc: Updates Terraform Compatibility Matrix documentation"
commit-message: "doc: Updates Terraform Compatibility Matrix documentation"
delete-branch: true
Expand Down
1 change: 0 additions & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ For more information on configuring and managing programmatic API Keys see the [
| 1.5.x | 2023-06-12 | 2025-06-30 | 2025-06-30 |
| 1.4.x | 2023-03-08 | 2025-03-31 | 2025-03-31 |
| 1.3.x | 2022-09-21 | 2024-09-30 | 2024-09-30 |
| 1.2.x | 2022-05-18 | 2024-05-31 | 2024-05-31 |
<!-- MATRIX_PLACEHOLDER_END -->
For the safety of our users, we require only consuming versions of HashiCorp Terraform that are currently receiving Security / Maintenance Updates. For more details see [Support Period and End-of-Life (EOL) Policy](https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy).

Expand Down

0 comments on commit c9865ba

Please sign in to comment.