Skip to content

Commit

Permalink
feat: set the GITHUB_TOKEN for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
david-paulus-saad committed Oct 3, 2023
1 parent f3299c7 commit 98d63b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
yarn install --frozen-lockfile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 98d63b1

Please sign in to comment.