Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

build(deps): bump hashicorp/kubernetes in /terraform #76

build(deps): bump hashicorp/kubernetes in /terraform

build(deps): bump hashicorp/kubernetes in /terraform #76

Workflow file for this run

name: Semanticore
on:
push:
branches:
- main
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.*'
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}