Skip to content

Commit

Permalink
chore:add github token to workflow uploading develop branch build as …
Browse files Browse the repository at this point in the history
…artifact

Signed-off-by: miigotu <miigotu@gmail.com>
  • Loading branch information
miigotu committed Feb 17, 2024
1 parent a85ca20 commit 9599d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
patch_separator: "-"
version_regexp: '^20[^\-]*$'
release_branch: ${{ github.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9599d0f

Please sign in to comment.