From e8e937d879f8c417aad1b2768714ef16d3411526 Mon Sep 17 00:00:00 2001 From: LuisMarchio03 Date: Fri, 26 Apr 2024 13:04:54 -0300 Subject: [PATCH] feat(CI - Github Actions): added build new release --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7326071..37dfd83 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: needs: build env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} steps: - uses: rymndhng/release-on-push-action@master with: