We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228767e commit 71b125aCopy full SHA for 71b125a
.github/workflows/build-and-release.yml
@@ -40,6 +40,6 @@ jobs:
40
41
- name: Update release with dist folder
42
env:
43
- BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
44
run: |
45
gh release upload ${{ github.ref }} dist/** --clobber
0 commit comments