diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c5fd6aae..0ac5e6aa 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -70,5 +70,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Go releaser + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | make release