diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9eeac5d..d3bd830 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: types: [created] workflow_dispatch: +permissions: + contents: write + packages: write jobs: releases-matrix: @@ -53,7 +56,7 @@ jobs: run: cyclonedx-gomod mod -json=true -output ${{env.SBOM_NAME}} # Release binaries in all GOOS/GOARCH combinations (with all config. files) - - uses: wangyoucao577/go-release-action@v1 + - uses: wangyoucao577/go-release-action@v1.50 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}