Skip to content

fix(deps): update module github.com/google/go-github/v58 to v60 (#182) #21

fix(deps): update module github.com/google/go-github/v58 to v60 (#182)

fix(deps): update module github.com/google/go-github/v58 to v60 (#182) #21

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions: {}
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@dc7096a64b1f1f8426fe836000f291e8b37dae3a # v0.5.0
with:
go-version: 1.22.1
aqua_version: v2.23.2
secrets:
gh_app_id: ${{secrets.APP_ID_AQUAPROJ_AQUA}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY_AQUAPROJ_AQUA}}
permissions:
contents: write
id-token: write
actions: read