Skip to content

fix(deps): update terraform kubectl to >= 2.0.4 #338

fix(deps): update terraform kubectl to >= 2.0.4

fix(deps): update terraform kubectl to >= 2.0.4 #338

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v2.0.6
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@c4a2fa890676fc2db25ad0aacd8ab4a0f1f4c024 # v4.2.1
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
semantic_version: 24.2.6
extra_plugins: |
- conventional-changelog-conventionalcommits@9.0.0