Skip to content

Commit

Permalink
fix: add github token to release workflow (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre authored Jun 5, 2024
1 parent c7cdc82 commit 1ffb61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
GO_VERSION: '1.22.4'
NODE_VERSION: '20'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ffb61b

Please sign in to comment.