Skip to content

Commit f9ade9e

Browse files
Provide the GitHub token for nightly release
1 parent e75d999 commit f9ade9e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
- name: Create nightly release
2828
id: create_release
2929
uses: viperproject/create-nightly-release@v1
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
with:
31-
tag_name: ethersync-jetbrains-nightly
32-
release_name: Nightly Release ${{ env.TAG_NAME }}
33-
body_path: ./build/distributions/ethersync-*.zip
34-
keep_num: 0
35-
keep_tags: false
33+
tag_name: ethersync-jetbrains-nightly
34+
release_name: Nightly Release ${{ env.TAG_NAME }}
35+
body_path: ./build/distributions/ethersync-*.zip
36+
keep_num: 0
37+
keep_tags: false

0 commit comments

Comments
 (0)