diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index e2b48634..a29f79b3 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 ref: master + token: ${{ secrets.GORELEASER_GITHUB_TOKEN }} - uses: fregante/setup-git-user@v1 - uses: actions/setup-go@v3 with: