Skip to content

Commit 9698e2b

Browse files
authored
chore(release): GitHub token (#107)
1 parent 7a3c7df commit 9698e2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- run: ./gradlew build
4242
- run: yarn install --immutable
4343
- run: yarn release
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4446

4547
pages:
4648
uses: ./.github/workflows/pages.yml

0 commit comments

Comments
 (0)