Skip to content

Commit

Permalink
feat(CI - Github Actions): added build new release
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMarchio03 committed Apr 26, 2024
1 parent 769d495 commit e8e937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8e937d

Please sign in to comment.