Skip to content

Commit 32722b2

Browse files
committed
ci: also pass github token
1 parent b005c3c commit 32722b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
needs:
6666
- init
6767
uses: .github/workflows/ci.yaml
68+
secrets:
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870

6971
release:
7072
needs:

0 commit comments

Comments
 (0)