We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0355aab commit c0b7857Copy full SHA for c0b7857
.github/workflows/merge-content-to-project.yml
@@ -18,3 +18,6 @@ jobs:
18
19
- name: "Release with semantic-release"
20
run: npx semantic-release --debug
21
+ env:
22
+ # GitHub sets this automatically
23
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments