We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b005c3c commit 32722b2Copy full SHA for 32722b2
.github/workflows/release.yaml
@@ -65,6 +65,8 @@ jobs:
65
needs:
66
- init
67
uses: .github/workflows/ci.yaml
68
+ secrets:
69
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
71
release:
72
0 commit comments