Skip to content

chore(deps): update terraform hashicorp/terraform to v1.9.7 #1192

chore(deps): update terraform hashicorp/terraform to v1.9.7

chore(deps): update terraform hashicorp/terraform to v1.9.7 #1192

Workflow file for this run

name: "Pull Request Labeler"
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
permissions: {}
jobs:
labeler:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
# use GitHub Apps token to run other actions.
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
id: gh-app-token
with:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PEM_FILE }}
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: ${{ steps.gh-app-token.outputs.token }}