Skip to content

fix: added TextButton & ButtonTypeText #23

fix: added TextButton & ButtonTypeText

fix: added TextButton & ButtonTypeText #23

Workflow file for this run

name: Go CI
on:
push:
branches:
- main
- renovate/**
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+'
pull_request:
branches:
- main
jobs:
strongo_workflow:
permissions:
contents: write
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
secrets:
# Why 2 GitHub tokens? Consider to use only one token or document why we need 2
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
disable-version-bumping: false