Skip to content

Commit 0adc3af

Browse files
committed
fix(build): updating build environment
1 parent 432e512 commit 0adc3af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
- name: Semantic Release
1919
uses: cycjimmy/semantic-release-action@v2
2020
env:
21+
# secrets.GITHUB_TOKEN does not have necessary permissions
22+
GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
2123
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)