We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3c7df commit 9698e2bCopy full SHA for 9698e2b
.github/workflows/release.yml
@@ -41,6 +41,8 @@ jobs:
41
- run: ./gradlew build
42
- run: yarn install --immutable
43
- run: yarn release
44
+ env:
45
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
pages:
48
uses: ./.github/workflows/pages.yml
0 commit comments