Skip to content

chore: release aqua to winget (#2483) #163

chore: release aqua to winget (#2483)

chore: release aqua to winget (#2483) #163

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions: {}
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@d5b30f148d2f6fb207c58aee61fab4d3a3021421 # v0.4.5
with:
homebrew: true
go-version: 1.21.4
aqua_policy_allow: true
aqua_version: v2.17.3
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
winget_github_token: ${{secrets.WINGET_GITHUB_TOKEN}}
permissions:
contents: write
id-token: write
actions: read