Skip to content

Commit

Permalink
fix: github actions token login not working
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Jun 14, 2022
1 parent 93833f0 commit 02b4370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- unittest
uses: na4ma4/actions/.github/workflows/goreleaser.yml@v1
secrets:
token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
with:
docker: true

0 comments on commit 02b4370

Please sign in to comment.