Skip to content

Commit 71b125a

Browse files
authored
1 parent 228767e commit 71b125a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
4141
- name: Update release with dist folder
4242
env:
43-
BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
43+
GH_TOKEN: ${{ github.token }}
4444
run: |
4545
gh release upload ${{ github.ref }} dist/** --clobber

0 commit comments

Comments
 (0)