Skip to content

Commit

Permalink
add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Oct 23, 2021
1 parent c3d3eb4 commit e1358f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Go releaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make release

0 comments on commit e1358f3

Please sign in to comment.