Skip to content

fix: update actions (#28) #32

fix: update actions (#28)

fix: update actions (#28) #32

Workflow file for this run

# .github/workflows/release.yml
name: Release AWS CLI Manager
on:
push:
branches: [main]
permissions:
contents: write
jobs:
release:
uses: user-cube/reusable-cicd/.github/workflows/golang-cli-apps_release.yml@main
secrets:
GITHUB_APP_ID: ${{ secrets.DEVOPS_BUDDY_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.DEVOPS_BUDDY_PRIVATE_KEY }}
with:
homebrew-tap-repo: "homebrew-tap"
go-version-file: go.mod
go-sum-file: go.sum