diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 820eb6c..c68c575 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,3 +124,5 @@ jobs: version: latest # Run goreleaser and ignore non-committed files (downloaded artifacts) args: release --clean --skip=validate + env: + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}